count down by murky-satyr

var n=readInt
while(n>=0){println(n);n-=(1+"0"*(Math.log(n)/2.4).toInt).toInt}

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

download

return to the top page