count down by kt3k

i=input()
while~i:
 s=1
 while s<i/10:s*=10
 print i;i-=s

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

download

return to the top page