Problem boxispull
User R9q5P8
Submission Time 2025-10-24 22:42:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int test_case(int, int, int, int)’:
boxispull.cpp:9:2: error: ‘dx’ was not declared in this scope
9 | dx = abs(x2-x1);
| ^~
boxispull.cpp:10:2: error: ‘dy’ was not declared in this scope
10 | dy = abs(y2-y1);
| ^~