摘要:
1,生兔子问题(斐波那契数列) public class Fibonacci { public static void main(String[] args) { System.out.println("The rabit of 1th month : 1"); System.out.println("The rabit of 2th month : 2"); ... 阅读全文
posted @ 2014-09-22 11:01
塔斯曼
阅读(136)
评论(0)
推荐(0)