Problem adjlist
User PerihelionfromAphelion
Submission Time 2026-07-25 09:43:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp: In function ‘int main()’:
adjlist.cpp:11:3: error: ‘adjList’ was not declared in this scope
11 | adjList[a].push_back(b);
| ^~~~~~~
adjlist.cpp:15:24: error: ‘adjList’ was not declared in this scope
15 | for (int j = 0; j <= adjList[i]; j++) {
| ^~~~~~~