c语言程序设计
- #include<stdio.h>main( ) { long int I,s=0; for(I=10;I<=130;I++) s=s+I*I;