LeetCode : Power of Two
摘要:
Given an integer, write a function to determine if it is a power of two.class Solution {public: bool isPowerOfTwo(int n) { if(n<1) ... 阅读全文
posted @ 2017-03-14 10:58 gechen 阅读(79) 评论(0) 推荐(0) 编辑
posted @ 2017-03-14 10:58 gechen 阅读(79) 评论(0) 推荐(0) 编辑