Problem subgraphs
User RgsT0829810B03
Submission Time 2023-11-10 15:40:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp:6:22: error: ‘N’ was not declared in this scope
6 | vector <int> adjlist[N+5];
| ^
subgraphs.cpp:7:15: error: ‘N’ was not declared in this scope
7 | bool visited [N+5]
| ^
subgraphs.cpp:8:1: error: expected initializer before ‘int32_t’
8 | int32_t main()
| ^~~~~~~