时间:2024-10-16 07:35:21
1、打开啊哈c编译器
3、for(i=1;i<=100;i++){ array[i-1]=i; }
5、printf("1到100的和是: %d\n",sum); system("pause");