Problem | duckhunt12 |
---|---|
User | Nayaa2403 |
Submission Time | 2025-06-17 10:29:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:10:15: error: expected primary-expression before ‘||’ token
10 | if (Xa = 1); || (Xa = N); {
| ^~
duckhunt12.cpp:13:2: error: ‘else’ without a previous ‘if’
13 | else if (Ad = false) {
| ^~~~
duckhunt12.cpp:19:15: error: expected primary-expression before ‘||’ token
19 | if (Yb = 1); || (Yb = N); {
| ^~
duckhunt12.cpp:22:2: error: ‘else’ without a previous ‘if’
22 | else if (Bd = false) {
| ^~~~