Factorial1000 by teebee

import java.math.*;enum F{F;BigDecimal n;int i;{for(n=n.ONE;i++<1e3;)n=n.multiply(new BigDecimal(i));System.out.print(n);}}

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

download

return to the top page