4 9 skip numbers by clock

while 1:n=input();m=10**8;exec"n-=n/m/5*m;m/=10;"*9;print n

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

download

return to the top page