摘要: LeetCode 1 class Solution: 2 # @return a string 3 def countAndSay(self, n): 4 if n==1: 5 return "1" 6 else: 7 ... 阅读全文
posted @ 2014-10-08 16:20 clq.lib 阅读(162) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-10-08 09:03 clq.lib 阅读(2) 评论(0) 推荐(0) 编辑