Modular Exponentiation by hallvabo

import java.math.*;class M{static{BigInteger B=BigInteger.TEN;System.out.print(B.flipBit(3).modPow(B.pow(100),B.pow(1000)));}}

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

download

return to the top page