Problem dijkstra
User ARock
Submission Time 2023-10-15 15:07:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function ‘int32_t main()’:
dijkstra.cpp:29:30: error: ‘d’ was not declared in this scope
29 | if (dist[i.second] < d) continue;
| ^