| Problem | adjlist |
|---|---|
| User | Logout |
| Submission Time | 2023-11-10 15:18:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
adjlist.cpp: In function ‘int main()’:
adjlist.cpp:8:22: error: expected initializer before ‘l’
8 | vector<int> adjlist l[n + 1];
| ^
adjlist.cpp:11:3: error: ‘l’ was not declared in this scope
11 | l[a].push_back(b);
| ^
adjlist.cpp:15:19: error: ‘l’ was not declared in this scope
15 | for (auto j: l[i]){
| ^