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_20141990_1950.cpp: In member function 'int nodee::getlr()':
0_0_20141990_1950.cpp:10:10: error: 'node' was not declared in this scope
   return node[fa].son[1] == now;
          ^
0_0_20141990_1950.cpp: In member function 'int nodee::link(int, int)':
0_0_20141990_1950.cpp:13:15: error: 'node' was not declared in this scope
   son[d] = c; node[c].fa = now; return now;
               ^
0_0_20141990_1950.cpp: In member function 'void nodee::update()':
0_0_20141990_1950.cpp:17:14: error: 'node' was not declared in this scope
   maxx = max(node[son[0]].weight, node[son[1]].weight);
              ^
0_0_20141990_1950.cpp: In member function 'void nodee::pushdown()':
0_0_20141990_1950.cpp:24:4: error: 'node' was not declared in this scope
    node[son[0]].rev ^= 1; node[son[1]].rev ^= 1;
    ^
0_0_20141990_1950.cpp:28:4: error: 'node' was not declared in this scope
    node[son[0]].delta += delta; node[son[1]].delta += delta;
    ^


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-10-06 11:27:58, Gzip enabled