摘要: class Solution {public: /** * @param s: The first string * @param b: The second string * @return true or false */ bool anagram(s... 阅读全文
posted @ 2015-09-05 23:22 影翕 阅读(154) 评论(0) 推荐(0) 编辑
摘要: class Solution {public: /** * @param x: An integer * @return: The sqrt of x */ int getResult(long start, long end, long target){ ... 阅读全文
posted @ 2015-09-05 10:20 影翕 阅读(175) 评论(0) 推荐(0) 编辑