Problem boxispull
User ybc
Submission Time 2023-11-10 13:07:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int main()’:
boxispull.cpp:10:23: error: expected ‘;’ before ‘moves’
10 | moves+=abs (x1 - x2)
| ^
| ;
11 | moves+=abs (y1 - y2);
| ~~~~~