摘要: 1,1,2,3,5,8,13,21,34,55.... 求第30位数的值: 递归方法: 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 //找规律: 6 //1,1,2,3,5,8,13,21,34,55,...... 7 in 阅读全文
posted @ 2014-02-19 23:58 土豆哥 阅读(510) 评论(0) 推荐(0) 编辑