Substract from a Googol by nai

main(i,p)char*p;{for(sprintf(p,"%100s",gets(&i));*p;)i*=printf("1%d"+(i>48),-i&9-*p%16+!*++p);}

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

download

return to the top page