摘要:
1 public class Yihuo { 2 public static void sun(int n) { 3 long start,end,sum,num,i,temp; 4 start=(long)Math.pow(10, n-1); 5 end=(long)Math.pow(10,n)-1; 6 in... 阅读全文
posted @ 2019-04-13 18:42
F会飞的猪
阅读(207)
评论(0)
推荐(0)
2019年4月13日