F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

982247_0_0_27818\Main.java:2: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
  protected final BigInteger numerator_;
                  ^
982247_0_0_27818\Main.java:3: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
  protected final BigInteger denominator_;
                  ^
982247_0_0_27818\Main.java:4: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
  static BigInteger negone= new BigInteger ("-1");
         ^
982247_0_0_27818\Main.java:5: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
  public final BigInteger numerator() { return numerator_; }
               ^
982247_0_0_27818\Main.java:7: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
  public final BigInteger denominator() { return denominator_; }
               ^
982247_0_0_27818\Main.java:9: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
  public Fraction(BigInteger num, BigInteger den) {
                  ^
982247_0_0_27818\Main.java:9: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
  public Fraction(BigInteger num, BigInteger den) {
                                  ^
982247_0_0_27818\Main.java:20: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
  public static BigInteger gcd(BigInteger a, BigInteger  b) { 
                               ^
982247_0_0_27818\Main.java:20: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
  public static BigInteger gcd(BigInteger a, BigInteger  b) { 
                                             ^
982247_0_0_27818\Main.java:20: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
  public static BigInteger gcd(BigInteger a, BigInteger  b) { 
                ^
982247_0_0_27818\Main.java:4: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
  static BigInteger negone= new BigInteger ("-1");
                                ^
982247_0_0_27818\Main.java:11: 找不到符号
符号: 变量 BigInteger
位置: 类 Fraction
    boolean numNonnegative = (num.compareTo(BigInteger.ZERO) >= 0);
                                            ^
982247_0_0_27818\Main.java:12: 找不到符号
符号: 变量 BigInteger
位置: 类 Fraction
    boolean denNonnegative = (den.compareTo(BigInteger.ZERO) >= 0);
                                            ^
982247_0_0_27818\Main.java:13: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
    BigInteger a = numNonnegative? num : num.multiply(negone);
    ^
982247_0_0_27818\Main.java:14: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
    BigInteger b = denNonnegative? den : den.multiply(negone);
    ^
982247_0_0_27818\Main.java:15: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
    BigInteger g = gcd(a, b);
    ^
982247_0_0_27818\Main.java:21: 找不到符号
符号: 变量 BigInteger
位置: 类 Fraction
     return b.compareTo(BigInteger.ZERO)==0 ? a : gcd(b, a.remainder(b));
                        ^
982247_0_0_27818\Main.java:25: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger an = numerator();
      ^
982247_0_0_27818\Main.java:26: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger ad = denominator();
      ^
982247_0_0_27818\Main.java:31: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger an = numerator();
      ^
982247_0_0_27818\Main.java:32: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger ad = denominator();
      ^
982247_0_0_27818\Main.java:33: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger bn = b.numerator();
      ^
982247_0_0_27818\Main.java:34: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger bd = b.denominator();
      ^
982247_0_0_27818\Main.java:39: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger an = numerator();
      ^
982247_0_0_27818\Main.java:40: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger ad = denominator();
      ^
982247_0_0_27818\Main.java:41: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger bn = b.numerator();
      ^
982247_0_0_27818\Main.java:42: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger bd = b.denominator();
      ^
982247_0_0_27818\Main.java:47: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger an = numerator();
      ^
982247_0_0_27818\Main.java:48: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger ad = denominator();
      ^
982247_0_0_27818\Main.java:49: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger bn = b.numerator();
      ^
982247_0_0_27818\Main.java:50: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger bd = b.denominator();
      ^
982247_0_0_27818\Main.java:55: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger an = numerator();
      ^
982247_0_0_27818\Main.java:56: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger ad = denominator();
      ^
982247_0_0_27818\Main.java:57: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger bn = b.numerator();
      ^
982247_0_0_27818\Main.java:58: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
      BigInteger bd = b.denominator();
      ^
982247_0_0_27818\Main.java:64: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
    BigInteger an = numerator();
    ^
982247_0_0_27818\Main.java:65: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
    BigInteger ad = denominator();
    ^
982247_0_0_27818\Main.java:66: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
    BigInteger bn = b.numerator();
    ^
982247_0_0_27818\Main.java:67: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
    BigInteger bd = b.denominator();
    ^
982247_0_0_27818\Main.java:68: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
    BigInteger l = an.multiply(bd);
    ^
982247_0_0_27818\Main.java:69: 找不到符号
符号: 类 BigInteger
位置: 类 Fraction
    BigInteger r = bn.multiply(ad);
    ^
982247_0_0_27818\Main.java:80: 找不到符号
符号: 变量 BigInteger
位置: 类 Main
        static Fraction NEGTIVE=new Fraction(Fraction.negone,BigInteger.ONE);
                                                             ^
982247_0_0_27818\Main.java:81: 找不到符号
符号: 变量 BigInteger
位置: 类 Main
        static Fraction FZERO=new Fraction(BigInteger.ZERO,BigInteger.ONE);
                                           ^
982247_0_0_27818\Main.java:81: 找不到符号
符号: 变量 BigInteger
位置: 类 Main
        static Fraction FZERO=new Fraction(BigInteger.ZERO,BigInteger.ONE);
                                                           ^
982247_0_0_27818\Main.java:84: 找不到符号
符号: 类 Scanner
位置: 类 Main
           Scanner cin= new Scanner(System.in);
           ^
982247_0_0_27818\Main.java:84: 找不到符号
符号: 类 Scanner
位置: 类 Main
           Scanner cin= new Scanner(System.in);
                            ^
982247_0_0_27818\Main.java:92: 找不到符号
符号: 变量 BigInteger
位置: 类 Main
                   ans[i][j]=new Fraction(cin.nextBigInteger(),BigInteger.ONE);
                                                               ^
982247_0_0_27818\Main.java:124: 找不到符号
符号: 变量 BigInteger
位置: 类 Main
                   if(best[i].denominator_.compareTo(BigInteger.ONE)==0)
                                                     ^
48 错误


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-26 13:59:57, Gzip enabled