Problem | dijkstra |
---|---|
User | gelastropod |
Submission Time | 2024-02-23 21:53:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:27:29: error: ‘u’ was not declared in this scope
27 | if (coun >= adjlist[u].size()) break;
| ^