| Problem | dijkstra |
|---|---|
| User | shoryu386 |
| Submission Time | 2023-05-21 20:57:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:33:19: error: ‘curdist’ was not declared in this scope; did you mean ‘currdist’?
33 | ans[currnode] = curdist;
| ^~~~~~~
| currdist