771734_0_0_21618\Main.java:10: 找不到符号
符号: 类 Scanner
位置: 类 Main
Scanner cin = new Scanner(System.in);
^
771734_0_0_21618\Main.java:10: 找不到符号
符号: 类 Scanner
位置: 类 Main
Scanner cin = new Scanner(System.in);
^
771734_0_0_21618\Main.java:20: 找不到符号
符号: 类 BigInteger
位置: 类 Main
BigInteger ba=new BigInteger(a);
^
771734_0_0_21618\Main.java:20: 找不到符号
符号: 类 BigInteger
位置: 类 Main
BigInteger ba=new BigInteger(a);
^
771734_0_0_21618\Main.java:21: 找不到符号
符号: 类 BigInteger
位置: 类 Main
BigInteger bb=new BigInteger(b);
^
771734_0_0_21618\Main.java:21: 找不到符号
符号: 类 BigInteger
位置: 类 Main
BigInteger bb=new BigInteger(b);
^
6 错误
|