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_24360810_18663.cpp:10:1: error: 'Node' does not name a type
 Node nodes[N];
 ^
0_0_24360810_18663.cpp: In function 'void build(int, int, int)':
0_0_24360810_18663.cpp:13:5: error: 'nodes' was not declared in this scope
     nodes[i].lef_val = lef_val;
     ^
0_0_24360810_18663.cpp: In function 'void add_val(int)':
0_0_24360810_18663.cpp:22:9: error: 'nodes' was not declared in this scope
     if (nodes[i].lef_val >= lef && nodes[i].rig_val <= rig) {
         ^
0_0_24360810_18663.cpp: In function 'void dfs(int, int)':
0_0_24360810_18663.cpp:31:12: error: 'nodes' was not declared in this scope
     cum += nodes[i].count;
            ^
0_0_24360810_18663.cpp: In function 'int main()':
0_0_24360810_18663.cpp:44:16: error: 'nodes' was not declared in this scope
         memset(nodes, 0, sizeof(Node) * N);
                ^


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-09-28 20:12:04, Gzip enabled