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