Problem | duckhunt12 |
---|---|
User | ForgottenDragon |
Submission Time | 2025-06-17 11:16:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:20:10: error: expected ‘;’ before ‘if’
20 | time++
| ^
| ;
21 | if (x != n) {
| ~~
duckhunt12.cpp:23:15: error: ‘else’ without a previous ‘if’
23 | } else if (x == n) xdirection = -1;
| ^~~~