0_0_7487418_30498\Main.java:12: 找不到符号
符号: 类 BigInteger
位置: 类 Main
BigInteger big = new BigInteger(""+n);
^
0_0_7487418_30498\Main.java:12: 找不到符号
符号: 类 BigInteger
位置: 类 Main
BigInteger big = new BigInteger(""+n);
^
0_0_7487418_30498\Main.java:14: 找不到符号
符号: 类 BigInteger
位置: 类 Main
big = big.mulitply(new BigInteger(i));
^
3 错误
|