摘要: /* * 递归函数: * 递归函数前十位的和?*/public class text{ public static void main(String[] args){ mm(10);//调用mm方法 } public static int mm (int ... 阅读全文
posted @ 2015-08-10 21:17 一只米虫 阅读(228) 评论(0) 推荐(0)