int mun,i;mun=0;for(i=0;i<=100;i++)mun=i+mun;mun就是1加到100最后存放的數(shù)了
int mun,i;mun=0;for(i=0;i<=100;i++)mun=i+mun;