摘要: class Solution {public: /* * @param n: An integer * @return: True or false */ bool checkPowerOf2(int n) { // write your code ... 阅读全文
posted @ 2015-09-02 15:39 影翕 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1 class Solution { 2 public: 3 /** 4 * param n: As description. 5 * return: A list of strings. 6 */ 7 vector fizzBuzz(int n) {... 阅读全文
posted @ 2015-09-02 15:31 影翕 阅读(222) 评论(0) 推荐(0) 编辑