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_6361336_1405\Main.java:3: cannot find symbol
symbol  : class Scanner
location: class Main
		Scanner scan = new Scanner(System.in);
		^
0_0_6361336_1405\Main.java:3: cannot find symbol
symbol  : class Scanner
location: class Main
		Scanner scan = new Scanner(System.in);
		                   ^
0_0_6361336_1405\Main.java:4: cannot find symbol
symbol  : class BigInteger
location: class Main
		BigInteger f[] = new BigInteger[400];
		^
0_0_6361336_1405\Main.java:4: cannot find symbol
symbol  : class BigInteger
location: class Main
		BigInteger f[] = new BigInteger[400];
		                     ^
0_0_6361336_1405\Main.java:5: cannot find symbol
symbol  : variable BigInteger
location: class Main
		f[1] = BigInteger.ONE;
		       ^
0_0_6361336_1405\Main.java:6: cannot find symbol
symbol  : variable BigInteger
location: class Main
		f[2] = BigInteger.ONE.add(BigInteger.ONE);
		                          ^
0_0_6361336_1405\Main.java:6: package BigInteger does not exist
		f[2] = BigInteger.ONE.add(BigInteger.ONE);
		                 ^
0_0_6361336_1405\Main.java:11: cannot find symbol
symbol  : class BigInteger
location: class Main
			BigInteger a = scan.nextBigInteger();
			^
0_0_6361336_1405\Main.java:12: cannot find symbol
symbol  : class BigInteger
location: class Main
			BigInteger b = scan.nextBigInteger();
			^
0_0_6361336_1405\Main.java:13: cannot find symbol
symbol  : class BigInteger
location: class Main
			BigInteger count = BigInteger.ZERO;
			^
0_0_6361336_1405\Main.java:13: cannot find symbol
symbol  : variable BigInteger
location: class Main
			BigInteger count = BigInteger.ZERO;
			                   ^
0_0_6361336_1405\Main.java:14: cannot find symbol
symbol  : variable BigInteger
location: class Main
			if (a.equals(BigInteger.ZERO) && b.equals(BigInteger.ZERO)) {
			             ^
0_0_6361336_1405\Main.java:14: cannot find symbol
symbol  : variable BigInteger
location: class Main
			if (a.equals(BigInteger.ZERO) && b.equals(BigInteger.ZERO)) {
			                                          ^
0_0_6361336_1405\Main.java:21: cannot find symbol
symbol  : variable BigInteger
location: class Main
						count = count.add(BigInteger.ONE);
						                  ^
14 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-09-20 11:53:48, Gzip enabled