Googol division by xulapp

for(s='',i=97,n=readline(p=1e4);i--;p=p%n*10)s+=p/n|0;print(s)

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

download

return to the top page