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_39778716_18797\Main.java:5: 错误: 不兼容的类型: int[][]无法转换为int[][][]
    static int[][][] map = new int[3][MAXN];
                           ^
0_0_39778716_18797\Main.java:12: 错误: 不可比较的类型: int[]和int
        if (map[a][no[a]] == n) {
                          ^
0_0_39778716_18797\Main.java:14: 错误: 不可比较的类型: int[]和int
            if (map[c][no[c]] == 0) {
                              ^
0_0_39778716_18797\Main.java:20: 错误: 不可比较的类型: int[]和int
        } else if (map[b][no[b]] == n) {
                                 ^
0_0_39778716_18797\Main.java:22: 错误: 不可比较的类型: int[]和int
            if (map[c][no[c]] == 0) {
                              ^
0_0_39778716_18797\Main.java:28: 错误: 不可比较的类型: int[]和int
        } else if (map[c][no[c]] == n) {
                                 ^
0_0_39778716_18797\Main.java:43: 错误: 不兼容的类型: int无法转换为int[]
                map[0][i] = fin.nextInt();
                                       ^
0_0_39778716_18797\Main.java:47: 错误: 不兼容的类型: int无法转换为int[]
                map[1][i] = fin.nextInt();
                                       ^
0_0_39778716_18797\Main.java:51: 错误: 不兼容的类型: int无法转换为int[]
                map[2][i] = fin.nextInt();
                                       ^
9 个错误


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-12-02 21:40:24, Gzip enabled