Problem | subgraphs |
---|---|
User | asruby |
Submission Time | 2024-12-26 19:56:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
subgraphs.cpp: In function ‘void dfs(long long int)’:
subgraphs.cpp:115:24: error: ‘adjlist’ was not declared in this scope
115 | for (int neighbour : adjlist[cur]) {
| ^~~~~~~