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_24202929_15406.cpp: In function 'void DFS(int, int, int)':
0_0_24202929_15406.cpp:22:33: error: too few arguments to function 'void DFS(int, int, int)'
                 DFS(edge[i].to,x);
                                 ^
0_0_24202929_15406.cpp:13:6: note: declared here
 void DFS(int x,int fa,int hjy)
      ^
0_0_24202929_15406.cpp: In function 'int main()':
0_0_24202929_15406.cpp:67:26: error: too few arguments to function 'void DFS(int, int, int)'
     if (!dfn[i]) DFS(i,-1);
                          ^
0_0_24202929_15406.cpp:13:6: note: declared here
 void DFS(int x,int fa,int hjy)
      ^


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-26 22:05:09, Gzip enabled