Problem | adjlist |
---|---|
User | chiefoggy |
Submission Time | 2023-12-27 16:06:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjlist.cpp: In function ‘int main()’:
adjlist.cpp:19:14: error: ‘graph’ was not declared in this scope; did you mean ‘isgraph’?
19 | if (!graph[i].empty()) {
| ^~~~~
| isgraph