Problem | pokeadd |
---|---|
User | IWKR |
Submission Time | 2023-01-28 10:37:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pokeadd.cpp: In function ‘int main()’:
pokeadd.cpp:53:4: error: expected ‘}’ before ‘else’
53 | } else {
| ^~~~
pokeadd.cpp:49:22: note: to match this ‘{’
49 | if (x < 0 || y < 0) {
| ^