Owl Get a Life
dijkstra.cpp: In function ‘int main()’:dijkstra.cpp:39:39: error: expected ‘;’ before ‘}’ token 39 | que.push({dis[neighbor],neighbor}) | ^ | ; 40 | } | ~