Main.cc: In function ‘int dfs(int)’: Main.cc:16:7: error: ‘DFS’ was not declared in this scope DFS(k+1); ^~~ Main.cc:18:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^