摘要: 用递归方式实现 1 public static void test1() { 2 int result = 0; 3 for(int i =1;i<=3;i++) { 4 result += countaa(i); 5 } 6 System.out.println(result); 7 } 8 pu 阅读全文
posted @ 2019-10-19 09:31 你造吗 阅读(2130) 评论(0) 推荐(0)