Problem duckhunt32
User rasquait
Submission Time 2025-12-17 13:16:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt32.cpp:21:2: error: ‘cout’ does not name a type
21 | cout << count;
| ^~~~
duckhunt32.cpp:22:2: error: expected unqualified-id before ‘return’
22 | return 0;
| ^~~~~~
duckhunt32.cpp:23:1: error: expected declaration before ‘}’ token
23 | }
| ^