Owl Get a Life
dijkstra.cpp: In function ‘int main()’:dijkstra.cpp:9:23: error: ‘source’ was not declared in this scope 9 | pq.push(make_pair(0, source)); dist[source] = 0; | ^~~~~~