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