摘要:
1 public class test72 { 2 /** 3 * 求裴波那契函数的第n项 4 * 5 * 6 * @param args 7 */ 8 public static void main(String[] args) { 9 10 int num = fac1(10); 11 Syst 阅读全文
posted @ 2020-04-26 20:20
听说在北郭
阅读(178)
评论(0)
推荐(0)
摘要:
1 public class test72 { 2 /** 3 * 找出只出现一次的数字 4 * 使用计数器 5 * 6 * @param args 7 */ 8 public static void main(String[] args) { 9 int arr1[] = {1, 1, 4, 3, 阅读全文
posted @ 2020-04-26 20:08
听说在北郭
阅读(200)
评论(0)
推荐(0)
浙公网安备 33010602011771号