Problem | catfight |
---|---|
User | blackpanther |
Submission Time | 2025-05-14 08:50:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catfight.cpp: In function ‘int main()’:
catfight.cpp:21:31: error: expected ‘;’ before ‘}’ token
21 | maxLen = r - l + 1
| ^
| ;
22 | }
| ~