摘要: 求n个数字的累加和 1. 递归实现 求一个数字的每个位数上的和 :如:23 5 1. 递归实现 function getnumberSum(x) { if (x 阅读全文
posted @ 2018-06-24 17:11 Rocin 阅读(95) 评论(0) 推荐(0)
摘要: 传送门 https://kamranahmed.info/blog/2018/03/24/choice is yours/ 1. Our whole lives are driven by the choices we make. 2. I am talking about the little c 阅读全文
posted @ 2018-06-24 15:46 Rocin 阅读(122) 评论(0) 推荐(0)
摘要: 传送门 https://github.com/jackfrued/Python 100 Days/blob/master/Day01 15/Day09/%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E8%BF%9B%E9%98%B6.md %E7%B1%BB%E4%B9% 阅读全文
posted @ 2018-06-24 15:08 Rocin 阅读(1247) 评论(0) 推荐(1)