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_39833354_20106\Main.java:46: 错误: 不兼容的类型: Node[]无法转换为Node
        if (l <= part - 1) reBuild(cur[0].lchild = new Node[1], l, part - 1, new int[]{index[0]});
                                                   ^
0_0_39833354_20106\Main.java:46: 错误: 不兼容的类型: Node无法转换为Node[]
        if (l <= part - 1) reBuild(cur[0].lchild = new Node[1], l, part - 1, new int[]{index[0]});
                                                 ^
0_0_39833354_20106\Main.java:47: 错误: 不兼容的类型: Node[]无法转换为Node
        if (part + 1 <= r) reBuild(cur[0].rchild = new Node[1], part + 1, r, new int[]{index[0]});
                                                   ^
0_0_39833354_20106\Main.java:47: 错误: 不兼容的类型: Node无法转换为Node[]
        if (part + 1 <= r) reBuild(cur[0].rchild = new Node[1], part + 1, r, new int[]{index[0]});
                                                 ^
注: 某些消息已经过简化; 请使用 -Xdiags:verbose 重新编译以获得完整输出
4 个错误


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-05 02:16:57, Gzip enabled