count down by 51b

main(char*p){for(p=gets();puts(p)>2&*p<50?*++p=57:--*p>47;);}

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

download

return to the top page