falling number by nn

n=9;main(v){for(;v<1e4;v>9||printf("%d\n",n))v=v%10<v/10%10?v/10:++n;}

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

download

return to the top page