Problem duckhunt12
User Xavier
Submission Time 2025-06-17 10:36:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:5:9: error: ‘N’ was not declared in this scope
5 | cin >> N >> A >> B;
| ^
duckhunt12.cpp:5:14: error: ‘A’ was not declared in this scope
5 | cin >> N >> A >> B;
| ^
duckhunt12.cpp:5:19: error: ‘B’ was not declared in this scope
5 | cin >> N >> A >> B;
| ^