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