Problem duckhunt12
User LL
Submission Time 2025-06-17 09:40:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:9:12: error: expected ‘;’ before ‘return’
9 | cout << -1
| ^
| ;
10 | return 0;
| ~~~~~~