Owl Get a Life
dijkstra.cpp: In function ‘int32_t main()’:dijkstra.cpp:24:39: error: ‘INF’ was not declared in this scope 24 | vector<long long> distance(V + 1, INF); | ^~~