Number in number by nn

for(h=100;l=readline();)print(l/1e4%h|0,l%h,l/1e6|0,l/h%h|0)

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

download

return to the top page