Problem | catfight |
---|---|
User | CookieCoder |
Submission Time | 2025-07-14 17:38:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catfight.cpp: In function ‘int Catbattle(std::queue<int>, int)’:
catfight.cpp:8:18: error: ‘class std::queue<int>’ has no member named ‘top’; did you mean ‘pop’?
8 | while(P >= cats.top() || P != 0)
| ^~~
| pop
catfight.cpp:11:13: error: ‘class std::queue<int>’ has no member named ‘top’; did you mean ‘pop’?
11 | P -= cats.top();
| ^~~
| pop
catfight.cpp: In function ‘int main()’:
catfight.cpp:38:10: error: ‘most’ was not declared in this scope
38 | cout << most;
| ^~~~