2015年7月22日

摘要: 题目:Given an integer, write a function to determine if it is a power of two.代码:class Solution {public: bool isPowerOfTwo(int n) { if ( n>... 阅读全文
posted @ 2015-07-22 07:23 承续缘 阅读(280) 评论(0) 推荐(0) 编辑

导航