Googol division by nn

n=readline(i=0)
for(v=1e4;i++<97;v=v%n*10)putstr(v/n|0)

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

download

return to the top page