Problem | duckhunt12 |
---|---|
User | Nayaa2403 |
Submission Time | 2025-06-17 10:28:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:8:6: error: redeclaration of ‘bool Ad’
8 | bool Ad = false;
| ^~
duckhunt12.cpp:6:6: note: ‘bool Ad’ previously declared here
6 | bool Ad, Bd; //facing left is true, right is false
| ^~
duckhunt12.cpp:9:6: error: redeclaration of ‘bool Bd’
9 | bool Bd = true;
| ^~
duckhunt12.cpp:6:10: note: ‘bool Bd’ previously declared here
6 | bool Ad, Bd; //facing left is true, right is false
| ^~
duckhunt12.cpp:11:14: error: expected primary-expression before ‘||’ token
11 | if (Xa = 1) || (Xa = N) {
| ^~
duckhunt12.cpp:20:14: error: expected primary-expression before ‘||’ token
20 | if (Yb = 1) || (Yb = N) {
| ^~