Problem | dijkstra |
---|---|
User | YH |
Submission Time | 2024-03-19 19:49:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dijkstra.cpp: In member function ‘void minHeap::ExtractMin()’:
dijkstra.cpp:92:12: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
92 | return -1;
| ^
dijkstra.cpp:96:17: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
96 | return heap[0];
| ^
dijkstra.cpp:99:8: error: ‘curr_index’ was not declared in this scope
99 | heap[curr_index].first = heap[size-1].first;
| ^~~~~~~~~~