摘要: Description:Given an integer, write a function to determine if it is a power of two.public class Solution { public boolean isPowerOfTwo(int n) { ... 阅读全文
posted @ 2015-07-06 11:45 Pickle 阅读(200) 评论(0) 推荐(0) 编辑