| Problem | catfight |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-11-26 16:28:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
catfight.cpp: In function ‘int main()’:
catfight.cpp:15:2: error: expected ‘,’ or ‘;’ before ‘int’
15 | int ans = 0;
| ^~~
catfight.cpp:29:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
29 | ans = max(ans, right - left + 1);
| ^~~
| abs
catfight.cpp:34:4: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
34 | ans = max(ans, right - left + 1);
| ^~~
| abs
catfight.cpp:37:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
37 | cout << ans;
| ^~~
| abs