Problem duckhunt12
User jcoder12345
Submission Time 2025-06-17 11:03:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:8:23: error: expected ‘;’ before ‘return’
8 | cin >> N >> X >> Y
| ^
| ;
9 | return 0;
| ~~~~~~