Problem dijkstra
User vince
Submission Time 2023-11-15 10:19:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function ‘int32_t main()’:
dijkstra.cpp:15:24: error: ‘make’ was not declared in this scope
15 | adjList[x].push_back(make.pair(x,w));
| ^~~~