Problem catlunch
User bachnguyen123
Submission Time 2026-04-25 11:55:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:18:15: error: ‘class std::priority_queue<long long int>’ has no member named ‘emtpy’; did you mean ‘empty’?
18 | while(!pq.emtpy() && pq.top() > 0)
| ^~~~~
| empty