广州外贸网站制作,公司邮箱登陆入口,农产品网站设计方案,.net网站开发工具介绍题目: 题解:
class Solution:def isPowerOfThree(self, n: int) -> bool:return n > 0 and 1162261467 % n 0
题目:
题解:
class Solution:def isPowerOfThree(self, n: int) -> bool:return n > 0 and 1162261467 % n == 0