判断一个数是不是2的n次方问题
给定一个整数,编写一个函数来确定它是否是2的幂。
示例 1:
Input: 1
Output: true
Explanatio
2019-01-05