Owl Get a Life
dijkstra.cpp: In function ‘int main()’:dijkstra.cpp:16:19: error: ‘n’ was not declared in this scope 16 | vector<int> dist(n, 1e9); | ^