无
5050
#include <stdio.h> int main(){ int i,sum=0; char h; scanf("%c",&h); for(i=1;i<=100;i++){ sum+=i; } printf("%d",sum); return 0; }