Owl Get a Life
dijkstra.cpp: In function ‘int main()’:dijkstra.cpp:33:46: error: expected ‘;’ before ‘)’ token 33 | cout << (dist[n-1]==3000000000)?-1:dist[n-1]); | ^ | ;