0_0_29168851_29346.cpp: In function 'void dfs(int, int, int, int, int)':
0_0_29168851_29346.cpp:64:38: error: too few arguments to function 'void dfs(int, int, int, int, int)'
dfs(v,u,t-a[u]-wi[i],res+b[u]);
^
0_0_29168851_29346.cpp:48:6: note: declared here
void dfs(int u,int fa,int t,int res,int dis)
^
|