Problem binaryroads
User PrunJuice
Submission Time 2025-02-14 00:32:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binaryroads.cpp: In function ‘int main()’:
binaryroads.cpp:44:13: error: ‘AdjList1’ was not declared in this scope; did you mean ‘AdjListq’?
44 | AdjList1[a].push_back({b, c});
| ^~~~~~~~
| AdjListq
binaryroads.cpp:48:17: error: ‘AdjList0’ was not declared in this scope; did you mean ‘AdjListq’?
48 | cout << BFS(AdjList0, AdjList1, n);
| ^~~~~~~~
| AdjListq
binaryroads.cpp:48:27: error: ‘AdjList1’ was not declared in this scope; did you mean ‘AdjListq’?
48 | cout << BFS(AdjList0, AdjList1, n);
| ^~~~~~~~
| AdjListq