Problem monsters
User justin271828
Submission Time 2024-11-22 17:56:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monsters.cpp: In function ‘int main()’:
monsters.cpp:17:15: error: cannot convert ‘std::priority_queue<std::pair<int, int> >::empty’ from type ‘bool (std::priority_queue<std::pair<int, int> >::)() const’ to type ‘bool’
17 | if (pq.empty) break;
| ^