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