Problem catfight
User ethantanaki
Submission Time 2026-05-16 11:10:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int main()’:
catfight.cpp:10:14: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
10 | int csum=0; ans=0;
| ^~~
| abs
catfight.cpp:19:18: error: expected unqualified-id before ‘(’ token
19 | ans = max(ans. (int)dq.size);
| ^
catfight.cpp:19:19: error: expected primary-expression before ‘int’
19 | ans = max(ans. (int)dq.size);
| ^~~