Owl Get a Life
dijkstra.cpp: In function ‘int main()’:dijkstra.cpp:32:24: error: expected ‘;’ before ‘}’ token 32 | q.push(curr.second) | ^ | ; 33 | } | ~