[此贴子已经被作者于2016-4-27 22:27编辑过]
#include<stdio.h> int main() { int s=0,i; for(i=0;i<100;i++) s+=i; printf("%d",s); return 0; }