Problem subgraphs
User asruby
Submission Time 2024-12-26 19:57:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp:112:24: error: expected unqualified-id before numeric constant
112 | bool visited[1000005]; 1
| ^
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:146:7: error: ‘bfs’ was not declared in this scope; did you mean ‘ffs’?
146 | bfs(i);
| ^~~
| ffs