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

Compile Error

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