0_0_36039816_19762\Main.java:1: 错误: 类Nplusplus1042是公共的, 应在名为 Nplusplus1042.java 的文件中声明
public class Nplusplus1042 {
^
0_0_36039816_19762\Main.java:5: 错误: 找不到符号
BigInteger result = new BigInteger("1");
^
符号: 类 BigInteger
位置: 类 Nplusplus1042
0_0_36039816_19762\Main.java:5: 错误: 找不到符号
BigInteger result = new BigInteger("1");
^
符号: 类 BigInteger
位置: 类 Nplusplus1042
0_0_36039816_19762\Main.java:7: 错误: 找不到符号
BigInteger b = new BigInteger(i + "");
^
符号: 类 BigInteger
位置: 类 Nplusplus1042
0_0_36039816_19762\Main.java:7: 错误: 找不到符号
BigInteger b = new BigInteger(i + "");
^
符号: 类 BigInteger
位置: 类 Nplusplus1042
5 个错误
|