0_0_37517027_61.cpp: In function 'int dfs(int, bool*, int)':
0_0_37517027_61.cpp:36:22: error: too few arguments to function 'int dfs(int, bool*, int)'
if(g[i] && !dfs(i,g)){
^
0_0_37517027_61.cpp:10:5: note: declared here
int dfs(int pos,bool f[],int p){
^
|