Factorial1000 by ush

char*p;i;b[999];main(c){for(;i++<1e3;)for(p=b+642;p-->b;c/=10)c+=*p%16*i,*p=c%10+48;puts(b);}

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

download

return to the top page