Problem flights
User itsLQ
Submission Time 2024-02-15 22:10:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flights.cpp: In function ‘int main()’:
flights.cpp:28:9: error: ‘adjList’ was not declared in this scope
28 | adjList[A].push_back(make_pair(C, B));
| ^~~~~~~