Problem duckhunt12
User Subz3r0
Submission Time 2025-06-17 10:29:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:52:22: error: expected ‘;’ before ‘}’ token
52 | cout << count
| ^
| ;
53 | }
| ~