#include using namespace std; using Int=long long; using Real=long double; templateinline bool chmin(T&A,S B){if(A>B){A=B;return true;}else{return false;}} templateinline bool chmax(T&A,S B){if(A>PX>>PY>>QX>>QY; int x=abs(PX-QX)+abs(PY-QY); cout<>TE; while(TE--)sol(); }