| Problem | adjlist |
|---|---|
| User | Chetana |
| Submission Time | 2024-06-21 10:02:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
adjlist.cpp: In function ‘int main()’:
adjlist.cpp:11:9: error: ‘adj’ was not declared in this scope
11 | adj[a].push_back(b);
| ^~~
adjlist.cpp:16:26: error: ‘adj’ was not declared in this scope
16 | for(int j=0; j < adj[i].size(); ++j){
| ^~~