Mental calculation by koyama41

f(x:y:_)=last(show$x+y):' ':f[x+y,x]
main=interact$take 199.f.reverse.map read.words

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

download

return to the top page