sum input by pooq

m=0
2 read(*,'(i4)',end=1)i
m=m+i
goto 2
1 print'(i0)',m
end

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

download

return to the top page