4 9 skip numbers by leonid

k;main(c){for(;read(0,&c,1);)k=c-10?k*8+c%47*4/5:!printf("%d\n",k);}

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

download

return to the top page