摘要: public class Demo1 { //一列数的规则如下: 1、1、2、3、5、8、13、21、34…… 求第n位数是多少, 用递归算法实现 public static void main(String[] args) { System.out.println(jiecheng(5)); // 阅读全文
posted @ 2018-08-03 21:51 Captain灬 阅读(3902) 评论(0) 推荐(0) 编辑