v=1e4 d=io.read()for i=1,97 do io.write(v/d-v/d%1)v=v%d*10 end
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page