Problem catfight
User Lypho
Submission Time 2026-04-12 01:00:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int main()’:
catfight.cpp:8:4: error: ‘i’ was not declared in this scope
8 | f(i,n){
| ^
catfight.cpp:8:2: error: ‘f’ was not declared in this scope
8 | f(i,n){
| ^
catfight.cpp:21:15: error: ‘r’ was not declared in this scope
21 | res = max(r-l,res);
| ^
catfight.cpp:21:17: error: ‘l’ was not declared in this scope
21 | res = max(r-l,res);
| ^