Done.
@g964, import java.math.BigInteger; should be in the initial solution.
import java.math.BigInteger;
Having the variable n declared as a BigInteger is preventing the program from running in java.
Loading collection data...
Done.
@g964,
import java.math.BigInteger;
should be in the initial solution.Having the variable n declared as a BigInteger is preventing the program from running in java.