Convert hex to decimal by pap

a;main(c){for(;c=getchar(),c<11?a=!printf("%d\n",a):c^58?a=a*16+c-48-c/58*7:1,~c;);}

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

download

return to the top page