0_0_21151008_3122.cpp: In function 'void dfs(int, int, int, int)':
0_0_21151008_3122.cpp:28:47: error: too many arguments to function 'void dfs(int, int, int, int)'
dfs(cnt,cur+1,deep,a[i].id,i+1);
^
0_0_21151008_3122.cpp:16:6: note: declared here
void dfs(int cur,int deep,int pre,int pos) {
^
|