Problem | dijkstra |
---|---|
User | oolimry |
Submission Time | 2023-11-23 13:57:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:41:18: error: ‘disToNeigh’ was not declared in this scope; did you mean ‘distToNeigh’?
41 | dis[neigh] = disToNeigh;
| ^~~~~~~~~~
| distToNeigh