Problem subgraphs
User birdbird
Submission Time 2026-08-16 15:25:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In function ‘void nodeVisiting(long long int)’:
subgraphs.cpp:8:2: error: ‘visited’ was not declared in this scope
8 | visited[node] = true;
| ^~~~~~~
subgraphs.cpp:9:16: error: ‘graph’ was not declared in this scope; did you mean ‘isgraph’?
9 | for(auto it : graph[node]) {
| ^~~~~
| isgraph