Problem dijkstra
User AthanChee03
Submission Time 2023-11-20 11:25:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:54:8: error: ‘class std::priority_queue<std::pair<int, int>, std::vector<std::pair<int, int> >, std::greater<std::pair<int, int> > >’ has no member named ‘clear’
54 | pq.clear();
| ^~~~~