Problem duckhunt12
User Xavier
Submission Time 2025-06-17 10:46:18
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; did you mean ‘yn’?
5 | cin >> n >> a >> b;
| ^
| yn
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;
| ^