用while循环求1+2+3.+100的和

问题描述:

用while循环求1+2+3.+100的和
 

int i=1, sum=0;
while(i#include main() {}