Problem catfight
User god
Submission Time 2025-06-19 16:48:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int main()’:
catfight.cpp:15:11: error: expected ‘;’ before ‘c’
15 | sum += d
| ^
| ;
16 | c.push(d);
| ~
catfight.cpp:19:12: error: expected ‘;’ before ‘}’ token
19 | c.pop()
| ^
| ;
20 | }
| ~
catfight.cpp:21:8: error: ‘class std::queue<long long int>’ has no member named ‘zise’
21 | if(c.zise() > macks) {
| ^~~~