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_6342107_1448\Main.java:10: incompatible types
found   : java.lang.Double[]
required: java.lang.Double[][]
		Double[][] c_ave = new Double[m];
		                   ^
0_0_6342107_1448\Main.java:28: incompatible types
found   : double
required: java.lang.Double[]
                c_ave[i] = sum/n;
                              ^
0_0_6342107_1448\Main.java:34: operator < cannot be applied to int,java.lang.Double[]
                    if(score[i][j]<c_ave[j]){
                                  ^
3 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-26 12:33:27, Gzip enabled