Problem dijkstra
User Ush
Submission Time 2023-11-15 11:20:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function ‘int32_t main()’:
dijkstra.cpp:52:24: error: ‘INF’ was not declared in this scope
52 | if (distance[V] == INF) {
| ^~~