Substract from a Googol by nai

main(i,p)char*p;{for(sprintf(p,"%100s",gets(&i));*p;)i&=printf("%d",15*!!i&10-*p+!*++p-i);}

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

download

return to the top page