count up digits by Shmiddty

for(a in b=(r=readline()).split(''))for(;+b[a];r=b.join('')+'\n'+r)b[a]--;print(r)

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

download

return to the top page