Problem votingcities
User tanay510
Submission Time 2024-03-03 11:09:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

votingcities.cpp: In function ‘std::vector<long long int> bfs(int)’:
votingcities.cpp:31:9: error: ‘pop_heap’ was not declared in this scope
31 | pop_heap(pq.begin(), pq.end());
| ^~~~~~~~
votingcities.cpp:44:17: error: ‘push_heap’ was not declared in this scope
44 | push_heap(pq.begin(), pq.end());
| ^~~~~~~~~