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

0_0_6188496_9543\Main.java:4: cannot find symbol
symbol  : class Scanner
location: class Main
        Scanner cin=new Scanner(System.in);
        ^
0_0_6188496_9543\Main.java:4: cannot find symbol
symbol  : class Scanner
location: class Main
        Scanner cin=new Scanner(System.in);
                        ^
0_0_6188496_9543\Main.java:6: cannot find symbol
symbol  : class BigInteger
location: class Main
            BigInteger s[]=new BigInteger[202];
            ^
0_0_6188496_9543\Main.java:6: cannot find symbol
symbol  : class BigInteger
location: class Main
            BigInteger s[]=new BigInteger[202];
                               ^
0_0_6188496_9543\Main.java:7: cannot find symbol
symbol  : variable BigInteger
location: class Main
            s[1]=BigInteger.ONE;
                 ^
0_0_6188496_9543\Main.java:10: cannot find symbol
symbol  : class BigInteger
location: class Main
                s[i]=s[i-1].multiply(new BigInteger(i+""));
                                         ^
0_0_6188496_9543\Main.java:11: cannot find symbol
symbol  : class BigInteger
location: class Main
            BigInteger f1=null;
            ^
0_0_6188496_9543\Main.java:26: cannot find symbol
symbol  : class BigInteger
location: class Main
              f1=s[m+n].multiply(new BigInteger(""+(n+1-m))).divide(new BigInteger(""+(n+1)));
                                                                        ^
0_0_6188496_9543\Main.java:26: cannot find symbol
symbol  : class BigInteger
location: class Main
              f1=s[m+n].multiply(new BigInteger(""+(n+1-m))).divide(new BigInteger(""+(n+1)));
                                     ^
9 errors


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-10-06 20:33:28, Gzip enabled