Problem dijkstra
User ATHY
Submission Time 2025-02-21 23:16:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:47:14: error: ‘i’ was not declared in this scope
47 | if (dist[i] == INF) cout << "INF ";
| ^