base convert by rst76

m@main=getLine>>=print.foldl1(!).map read.words>>m
0!_=0
a!b=div a b!b*10+mod a b

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

download

return to the top page