Problem boxispull
User Teeskit
Submission Time 2025-07-02 19:39:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int main()’:
boxispull.cpp:18:22: error: lvalue required as left operand of assignment
18 | if (dx = 0 || dy = 0) {
| ^
boxispull.cpp:24:11: error: ‘second’ was not declared in this scope
24 | cout << second << "\n";
| ^~~~~~