摘要:
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
阅读(115)
评论(0)
推荐(0)
摘要:
` 阅读全文
posted @ 2018-09-14 13:55
narjaja
阅读(142)
评论(0)
推荐(0)

浙公网安备 33010602011771号