Problem | duckhunt12 |
---|---|
User | Xavier |
Submission Time | 2025-06-17 10:36:58 |
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 >> 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;
| ^
duckhunt12.cpp:12:9: error: expected primary-expression before ‘long’
12 | long long (A==B){
| ^~~~