Owl Get a Life
dijkstra.cpp: In function ‘int main()’:dijkstra.cpp:29:7: error: ‘dist’ was not declared in this scope 29 | if (dist[u] < pq.top().first) continue; | ^~~~