Modular Exponentiation by nn

class M extends java.math.BigInteger{M(){super("2");System.out.print(modPow(TEN.pow(100),TEN.pow(1000)));}static{new M();}}

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

download

return to the top page