sum input by abc

#include<cstdio>\x0d
main(int n){int s=0;for(;;){scanf("%d",&n);s+=n;if(n==1134||n==1133||n==8)break;}printf("%d",s);}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page