count down by pooq

var n=readInt;while(n>0){println(n);n-=Math.pow(10,(Math.log(n)/2.4)toInt).toInt};print(0)

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

download

return to the top page