Problem | dijkstra |
---|---|
User | jmuzhen |
Submission Time | 2024-10-05 13:54:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:18:9: error: expected ‘;’ before ‘{’ token
18 | pq.push{0,0};
| ^
| ;
dijkstra.cpp:18:5: error: statement cannot resolve address of overloaded function
18 | pq.push{0,0};
| ~~~^~~~