Problem duckhunt12
User naivecyans
Submission Time 2025-06-17 11:09:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:11:42: error: lvalue required as left operand of assignment
11 | if ((y==1) or (y==7) or (x==1&&speedA=-1) or (x==7&&speedA=1)){
| ^
duckhunt12.cpp:11:62: error: lvalue required as left operand of assignment
11 | if ((y==1) or (y==7) or (x==1&&speedA=-1) or (x==7&&speedA=1)){
| ^
duckhunt12.cpp:20:21: error: lvalue required as left operand of assignment
20 | if(x==1&&speedA=-1){
| ^
duckhunt12.cpp:23:26: error: lvalue required as left operand of assignment
23 | else if (x==7&&speedA=1){
| ^