Owl Get a Life
subgraphs.cpp: In function ‘void dfs(int)’:subgraphs.cpp:7:14: error: ‘adj’ was not declared in this scope 7 | for(int i : adj[x]) if(!v[i]) dfs(i); | ^~~