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