| Problem | catfight |
|---|---|
| User | Syw |
| Submission Time | 2025-11-19 09:27:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
catfight.cpp: In function ‘int32_t main()’:
catfight.cpp:17:26: error: expected ‘;’ before ‘l’
17 | curr_total -= BParr[l]
| ^
| ;
18 | l++;
| ~
catfight.cpp:21:3: error: ‘else’ without a previous ‘if’
21 | else{
| ^~~~
catfight.cpp:26:13: error: expected ‘;’ before ‘}’ token
26 | cout << max
| ^
| ;
27 | }
| ~