#includemain(){int m,sum=0;for(m=1;m<=100;m++){ sum+=m;}printf("1到100的和是:%d\n",sum);}
首项加末项乘项数除以二
1+99+2+98+3+97+.....+49+51+50=