854539_0_0_32471\Main.java:2: 找不到符号
符号: 类 BigInteger
位置: 类 Int
BigInteger A, B;
^
854539_0_0_32471\Main.java:9: 找不到符号
符号: 类 BigInteger
位置: 类 Int
public BigInteger getA() {
^
854539_0_0_32471\Main.java:15: 找不到符号
符号: 类 BigInteger
位置: 类 Int
public void setA(BigInteger A) {
^
854539_0_0_32471\Main.java:19: 找不到符号
符号: 类 BigInteger
位置: 类 Int
public BigInteger getB() {
^
854539_0_0_32471\Main.java:23: 找不到符号
符号: 类 BigInteger
位置: 类 Int
public void setB(BigInteger B) {
^
854539_0_0_32471\Main.java:42: 找不到符号
符号: 类 BigInteger
位置: 类 Int
public Int(BigInteger A, BigInteger B) {
^
854539_0_0_32471\Main.java:42: 找不到符号
符号: 类 BigInteger
位置: 类 Int
public Int(BigInteger A, BigInteger B) {
^
854539_0_0_32471\Main.java:77: 找不到符号
符号: 类 Scanner
位置: 类 Main
static Scanner cin = new Scanner(System.in);
^
854539_0_0_32471\Main.java:78: 找不到符号
符号: 类 PrintStream
位置: 类 Main
static PrintStream cout = System.out;
^
854539_0_0_32471\Main.java:5: 找不到符号
符号: 变量 BigInteger
位置: 类 Int
A = BigInteger.ZERO;
^
854539_0_0_32471\Main.java:6: 找不到符号
符号: 变量 BigInteger
位置: 类 Int
B = BigInteger.ONE;
^
854539_0_0_32471\Main.java:28: 找不到符号
符号: 变量 BigInteger
位置: 类 Int
if(this.B.compareTo(BigInteger.ZERO) < 0){
^
854539_0_0_32471\Main.java:32: 找不到符号
符号: 变量 BigInteger
位置: 类 Int
if(B.equals(BigInteger.ONE)){
^
854539_0_0_32471\Main.java:43: 找不到符号
符号: 变量 BigInteger
位置: 类 Int
if(A.equals(BigInteger.ZERO)){
^
854539_0_0_32471\Main.java:44: 找不到符号
符号: 变量 BigInteger
位置: 类 Int
this.A = BigInteger.ZERO;
^
854539_0_0_32471\Main.java:45: 找不到符号
符号: 变量 BigInteger
位置: 类 Int
this.B = BigInteger.ONE;
^
854539_0_0_32471\Main.java:48: 找不到符号
符号: 类 BigInteger
位置: 类 Int
BigInteger g = A.gcd(B);
^
854539_0_0_32471\Main.java:51: 找不到符号
符号: 变量 BigInteger
位置: 类 Int
if(this.B.compareTo(BigInteger.ZERO) < 0){
^
854539_0_0_32471\Main.java:77: 找不到符号
符号: 类 Scanner
位置: 类 Main
static Scanner cin = new Scanner(System.in);
^
854539_0_0_32471\Main.java:89: 找不到符号
符号: 变量 BigInteger
位置: 类 Main
a[i][j].B = BigInteger.ONE;
^
854539_0_0_32471\Main.java:114: 找不到符号
符号: 变量 BigInteger
位置: 类 Main
while(j<N && a[j][i].A.equals(BigInteger.ZERO)) ++j;
^
21 错误
|