Number in number by twobit

h=100
while 1:x=input();print x/h/h%h,x%h,x/h**3,x/h%h

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

download

return to the top page