Problem dijkstra
User ATHY
Submission Time 2025-02-22 09:56:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:347:20: error: ‘INF’ was not declared in this scope
347 | if (dist[n] == INF) {
| ^~~