Problem adjlist
User PerihelionfromAphelion
Submission Time 2026-09-07 17:11:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp: In function ‘int32_t main()’:
adjlist.cpp:19:7: error: ‘i’ was not declared in this scope
19 | for (i = 1; i <= n; i++) {
| ^
adjlist.cpp:20:8: error: ‘j’ was not declared in this scope
20 | for (j = 1; j <= adjList[i].size(); j++) {
| ^