Problem catfight
User Syw
Submission Time 2025-11-19 09:28:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int32_t main()’:
catfight.cpp:17:26: error: expected ‘;’ before ‘l’
17 | curr_total -= BParr[l]
| ^
| ;
18 | l++;
| ~
catfight.cpp: At global scope:
catfight.cpp:27:2: error: expected declaration before ‘}’ token
27 | }
| ^