重庆观音桥网站建设,北京网上推广,ui设计培训机构哪家好,哪里有手机网站建设联系方式题目: 题解:
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