Problem dijkstra
User shoryu386
Submission Time 2023-01-16 20:38:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function ‘int32_t main()’:
dijkstra.cpp:29:6: error: ‘dist’ was not declared in this scope
29 | if (dist[a] < weight) continue;
| ^~~~