Problem subgraphs
User asbx
Submission Time 2023-11-10 13:07:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp:5:2: error: ‘subgraph’ does not name a type
5 | subgraph = 0;
| ^~~~~~~~
subgraphs.cpp: In function ‘void dfs(int)’:
subgraphs.cpp:11:15: error: ‘g’ was not declared in this scope
11 | for (auto i: g[x]) {
| ^