sum input by Dhilip89

main(){int i=0,j,k=0;for(;i<9;i++){scanf("%d",&j);k+=j;}printf("%d",k);}

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

download

return to the top page