Problem | dijkstra |
---|---|
User | Longcx |
Submission Time | 2023-11-20 11:24:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:32:3: error: ‘DEEZ’ was not declared in this scope
32 | DEEZ = pq.top().first;
| ^~~~
dijkstra.cpp:54:3: error: expected ‘}’ at end of input
54 | }
| ^
dijkstra.cpp:31:31: note: to match this ‘{’
31 | while(isExplored[n-1]==false){
| ^
dijkstra.cpp:54:3: error: expected ‘}’ at end of input
54 | }
| ^
dijkstra.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^