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_6254686_19294\Main.java:1: package jave.math does not exist
import jave.math.*;
^
0_0_6254686_19294\Main.java:15: array required, but int found
				a[i] = cin.nextInt();
				 ^
0_0_6254686_19294\Main.java:16: array required, but int found
				total += a[i];
				          ^
0_0_6254686_19294\Main.java:18: cannot find symbol
symbol  : class BigInteger
location: class Main
			BigInteger ans = BigInteger("1");
			^
0_0_6254686_19294\Main.java:18: cannot find symbol
symbol  : method BigInteger(java.lang.String)
location: class Main
			BigInteger ans = BigInteger("1");
			                 ^
0_0_6254686_19294\Main.java:22: array required, but int found
				for(int j = 2; j <= a[i]; ++j)
				                     ^
6 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-11-23 04:49:05, Gzip enabled