菜鸟的博客

纵有疾风起,人生不言弃。

导航

2023年7月14日 #

2023.7.14

摘要: 1 2023.7.14 周五 2 //递归:适用于基数bi'ji 3 public class test 4 { 5 public static void main(String[] args) 6 { 7 8 System.out.println(f(5)); 9 } 10 public stat 阅读全文

posted @ 2023-07-14 20:18 hhmzd233 阅读(54) 评论(0) 推荐(0) 编辑