摘要: class Solution { public: / @param n: the nth @return: the nth sequence / string countAndSay(int n) { // write your code here string s = "1"; if (n==1) 阅读全文
posted @ 2018-09-14 20:08 narjaja 阅读(112) 评论(0) 推荐(0) 编辑
摘要: ` 阅读全文
posted @ 2018-09-14 13:55 narjaja 阅读(138) 评论(0) 推荐(0) 编辑