摘要: 这是个开心的题目,因为既可以自己翻译,代码又好写ヾ(๑╹◡╹)ノ" The i’th Fibonacci number f(i) is recursively defined in the following way: • f(0) = 0 and f(1) = 1 • f(i + 2) = f(i 阅读全文
posted @ 2018-09-11 23:51 AlphaWA 阅读(214) 评论(0) 推荐(0) 编辑