Substract from a Googol by SuperJedi224

import java.math.*;

public class test{
static{
System.out.print(BigInteger.TEN.pow(100).subtract(new BigInteger((new java.util.Scanner(System.in)).next())));
}
}

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

download

return to the top page