摘要: #include<stdio.h> #include<math.h> int main() { int a[101],i,j; for(i=1; i<=100; i++) { a[i] = i; //为数组赋初值 } a[1] = 0;//先去掉a[1] for(i=2; i<sqrt(100); 阅读全文
posted @ 2020-04-20 15:44 翻斗花园小美Q 阅读(3388) 评论(0) 推荐(0)