Number in number by pv2b

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

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

download

return to the top page