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_5962835_18716\Main.java:1: package java.util.Math does not exist
import java.util.Math.*;
^
0_0_5962835_18716\Main.java:5: cannot find symbol
symbol  : class bigInteger
location: class Method
	public void f(bigInteger n){
	              ^
0_0_5962835_18716\Main.java:6: unexpected type
required: variable
found   : value
		f(1)=f(2)=1;
		 ^
0_0_5962835_18716\Main.java:6: unexpected type
required: variable
found   : value
		f(1)=f(2)=1;
		      ^
0_0_5962835_18716\Main.java:15: cannot find symbol
symbol  : variable system
location: class Main
		Scanner cin = new Scanner(system.in());
		                          ^
0_0_5962835_18716\Main.java:17: cannot find symbol
symbol  : method intNext()
location: class java.util.Scanner
			int t = cin.intNext();
			           ^
0_0_5962835_18716\Main.java:20: cannot find symbol
symbol  : class bigInteger
location: class Main
			bigInteger n = cin.bigIntegerNext();
			^
0_0_5962835_18716\Main.java:20: cannot find symbol
symbol  : method bigIntegerNext()
location: class java.util.Scanner
			bigInteger n = cin.bigIntegerNext();
			                  ^
0_0_5962835_18716\Main.java:22: operator ! cannot be applied to int
			if(!(t--))flag=false;
			   ^
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-07-02 13:23:20, Gzip enabled