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_26572569_27669.cpp: In function 'void search(node*, int)':
0_0_26572569_27669.cpp:34:21: error: 'struct node' has no member named 'tt'
   printf("%d",root->tt);
                     ^
0_0_26572569_27669.cpp:39:19: error: too few arguments to function 'void search(node*, int)'
  search(root->left);
                   ^
0_0_26572569_27669.cpp:28:6: note: declared here
 void search(node *root,int n)
      ^
0_0_26572569_27669.cpp:40:20: error: too few arguments to function 'void search(node*, int)'
  search(root->right);
                    ^
0_0_26572569_27669.cpp:28:6: note: declared here
 void search(node *root,int n)
      ^
0_0_26572569_27669.cpp: In function 'int main()':
0_0_26572569_27669.cpp:54:20: error: too few arguments to function 'void search(node*, int)'
         search(root);
                    ^
0_0_26572569_27669.cpp:28:6: note: declared here
 void search(node *root,int 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-12-02 14:39:35, Gzip enabled