摘要:
阅读全文
posted @ 2020-07-30 17:39
极客易先生
阅读(205)
评论(0)
推荐(0)
摘要:
需求: 有一对兔子,从出生后第3个月起每个月都生一对兔子, 小兔子长到第三个月后每个月又生一对兔子, 假如兔子都 不死,问第二十个月的兔子对数为多少? 代码: package com.geekeryi; public class 不死神兔 { public static void main(Stri 阅读全文
posted @ 2020-07-30 11:38
极客易先生
阅读(831)
评论(0)
推荐(0)