Problem duckhunt12
User ForgottenDragon
Submission Time 2025-06-17 11:16:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^~~~