Googol division by hallvabo

import java.math.*;class G{static{System.out.print(BigInteger.TEN.pow(100).divide(new java.util.Scanner(System.in).nextBigInteger()));}}

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

download

return to the top page