Owl Get a Life
dijkstra.cpp: In function ‘std::vector<long int> dijkstra(int, int)’:dijkstra.cpp:313:24: error: ‘INF’ was not declared in this scope 313 | vector<ll> dist(n, INF); | ^~~