Owl Get a Life
boxispull.cpp: In function ‘int main()’:boxispull.cpp:20:35: error: expected ‘;’ before ‘}’ token 20 | cout<<(abs(x2-x1)+abs(y2-y1)+2) | ^ | ; 21 | } | ~