falling number by kou

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

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

download

return to the top page