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_27725685_6095.cpp: In member function 'void node::adopt(node*, int)':
0_0_27725685_6095.cpp:24:12: error: 'null' was not declared in this scope
   if (s != null)
            ^
0_0_27725685_6095.cpp: In member function 'void node::up()':
0_0_27725685_6095.cpp:35:16: error: 'null' was not declared in this scope
   if (ch[0] != null)
                ^
0_0_27725685_6095.cpp:37:16: error: 'null' was not declared in this scope
   if (ch[1] != null)
                ^
0_0_27725685_6095.cpp: In member function 'void node::down()':
0_0_27725685_6095.cpp:48:17: error: 'null' was not declared in this scope
    if (ch[0] != null)
                 ^
0_0_27725685_6095.cpp:50:17: error: 'null' was not declared in this scope
    if (ch[1] != null)
                 ^
0_0_27725685_6095.cpp:56:17: error: 'null' was not declared in this scope
    if (ch[0] != null)
                 ^
0_0_27725685_6095.cpp:58:17: error: 'null' was not declared in this scope
    if (ch[1] != null)
                 ^


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-16 20:36:38, Gzip enabled