Problem | lunchbox |
---|---|
User | tanyikai |
Submission Time | 2025-06-18 15:22:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:27: error: no match for call to ‘(std::priority_queue<long long int, std::vector<long long int>, std::greater<long long int> >) (long long int&)’
15 | lunchboxes -= pq(j);
| ^
lunchbox.cpp:20:18: error: expected ‘;’ before ‘return’
20 | cout<<counter
| ^
| ;
21 | return 0;
| ~~~~~~