Problem duckhunt12
User Nayaa2403
Submission Time 2025-06-17 22:06:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:12:2: error: ‘else’ without a previous ‘if’
12 | else if (ac=n) {
| ^~~~
duckhunt12.cpp: At global scope:
duckhunt12.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^
duckhunt12.cpp:20:1: error: expected unqualified-id before ‘return’
20 | return 0;
| ^~~~~~
duckhunt12.cpp:21:1: error: expected declaration before ‘}’ token
21 | }
| ^