0_0_1938861_9865\Main.java:5: 找不到符号
符号: 类 Scanner
位置: 类 Main
Scanner in=new Scanner(System.in);
^
0_0_1938861_9865\Main.java:5: 找不到符号
符号: 类 Scanner
位置: 类 Main
Scanner in=new Scanner(System.in);
^
0_0_1938861_9865\Main.java:6: 找不到符号
符号: 类 BigInteger
位置: 类 Main
BigInteger a,b;
^
0_0_1938861_9865\Main.java:7: 找不到符号
符号: 类 BigInteger
位置: 类 Main
BigInteger one=new BigInteger("1");
^
0_0_1938861_9865\Main.java:7: 找不到符号
符号: 类 BigInteger
位置: 类 Main
BigInteger one=new BigInteger("1");
^
5 错误
|