Googol division by nn

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

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

download

return to the top page