Owl Get a Life
dijkstra.cpp: In function ‘int32_t main()’:dijkstra.cpp:25:23: error: ‘n’ was not declared in this scope 25 | vector<bool> visited(n+1, false); | ^