Problem catfight
User lucas
Submission Time 2025-12-12 15:28:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int main()’:
catfight.cpp:24:28: error: expected ‘;’ before ‘}’ token
24 | ans = r-l+1
| ^
| ;
25 | }
| ~