| Problem | catfight |
|---|---|
| User | akshitcoding04 |
| Submission Time | 2023-01-26 08:00:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
catfight.cpp: In function ‘int main()’:
catfight.cpp:24:22: error: expected ‘}’ at end of input
24 | numCats--;
| ^
catfight.cpp:22:16: note: to match this ‘{’
22 | } else {
| ^
catfight.cpp:24:22: error: expected ‘}’ at end of input
24 | numCats--;
| ^
catfight.cpp:16:23: note: to match this ‘{’
16 | while (right < N) {
| ^
catfight.cpp:24:22: error: expected ‘}’ at end of input
24 | numCats--;
| ^
catfight.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^