Problem duckhunt6
User PlayVoltz
Submission Time 2024-12-24 10:39:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt6.cpp: In function ‘long long int dfs(long long int, long long int)’:
duckhunt6.cpp:38:14: error: too few arguments to function ‘long long int dfs(long long int, long long int)’
38 | sz+=dfs(num);
| ^
duckhunt6.cpp:35:5: note: declared here
35 | int dfs(int node, int p){
| ^~~