An integer n is a power of two, if there exists an integer x such that n == 2 x . Example 1: Input: n = 1 Output: true Explanation: 2 0 = 1. Example 2: Input: ...
確定! 回上一頁