Number in number by Hendrik

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

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

download

return to the top page