0_0_27030184_26685.cpp: In function 'bool dfs(int, int, name*)':
0_0_27030184_26685.cpp:24:21: error: too few arguments to function 'bool dfs(int, int, name*)'
if(dfs(c+1,all+res))return 1;
^
0_0_27030184_26685.cpp:10:6: note: declared here
bool dfs(int c,int all,name w[]){
^
0_0_27030184_26685.cpp: In function 'int main()':
0_0_27030184_26685.cpp:51:23: error: too few arguments to function 'bool dfs(int, int, name*)'
while(nw){if(dfs(1,0))break;nw++;}
^
0_0_27030184_26685.cpp:10:6: note: declared here
bool dfs(int c,int all,name w[]){
^
|