Problem duckhunt22
User JohnC
Submission Time 2025-12-08 09:48:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt22.cpp:21:2: error: expected unqualified-id before ‘if’
21 | if (A[0] < 0){
| ^~
duckhunt22.cpp:33:2: error: expected unqualified-id before ‘else’
33 | else{
| ^~~~
duckhunt22.cpp:41:2: error: ‘cout’ does not name a type
41 | cout << '\n' << total << '\n';
| ^~~~
duckhunt22.cpp:42:1: error: expected declaration before ‘}’ token
42 | }
| ^