Number in number by twobit

h=100
while""do
x=io.read()print(("%d %d %d %d"):format(x/h/h%h,x%h,x/h^3,x/h%h))end

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

download

return to the top page