Googol division by nn

v=1e4;main(i,d){for(scanf("%d",&d);i++<98;v=v%d*10)printf("%d",v/d);}

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

download

return to the top page