Problem catfight
User placeholder
Submission Time 2026-04-13 22:11:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int main()’:
catfight.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin>>n>>p;
| ^~~
catfight.cpp:16:19: error: ‘max’ was not declared in this scope
16 | ans = max(ans, r-l+1); // if you can beat the first 2 cats
| ^~~
catfight.cpp:21:5: error: ‘cout’ was not declared in this scope
21 | cout<<ans;
| ^~~~