Problem | catfight |
---|---|
User | god |
Submission Time | 2025-06-19 16:48:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catfight.cpp: In function ‘int main()’:
catfight.cpp:15:11: error: expected ‘;’ before ‘c’
15 | sum += d
| ^
| ;
16 | c.push(d)
| ~
catfight.cpp:21:8: error: ‘class std::queue<long long int>’ has no member named ‘zise’
21 | if(c.zise() > macks) {
| ^~~~
catfight.cpp:22:14: error: cannot convert ‘std::queue<long long int>::size’ from type ‘std::queue<long long int>::size_type (std::queue<long long int>::)() const’ {aka ‘long unsigned int (std::queue<long long int>::)() const’} to type ‘long long int’
22 | macks = c.size
| ^~~~