| Problem | famishedcats |
|---|---|
| User | personjs |
| Submission Time | 2026-04-06 22:25:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
In file included from /usr/include/c++/9/cassert:44,
from famishedcats.cpp:5:
famishedcats.cpp: In function ‘int main()’:
famishedcats.cpp:53:24: error: cannot convert ‘std::priority_queue<std::pair<long long int, long long int> >::empty’ from type ‘bool (std::priority_queue<std::pair<long long int, long long int> >::)() const’ to type ‘bool’
53 | assert(!pq.empty);
| ^~~~~
famishedcats.cpp:53:24: error: in argument to unary !