摘要: 一、题目描述判断一个数字是否为2的n次方。例子如下:Example 1:Input: 1Output: true Explanation: 2的0次方 = 1Example 2:Input: 16Output: ... 阅读全文
posted @ 2019-02-23 22:13 呼呼虎 阅读(67) 评论(0) 推荐(0)