Problem | duckhunt12 |
---|---|
User | Xavier |
Submission Time | 2025-06-17 10:46:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:5:9: error: ‘N’ was not declared in this scope
5 | cin >> N >> X >> Y;
| ^
duckhunt12.cpp:5:14: error: ‘X’ was not declared in this scope
5 | cin >> N >> X >> Y;
| ^
duckhunt12.cpp:5:19: error: ‘Y’ was not declared in this scope
5 | cin >> N >> X >> Y;
| ^