#include using namespace std; typedef long long int uli; const int oo=1e8; const int mx=15; int x[mx],y[mx]; int main(){ int t,n; scanf("%d",&t); while(t--){ scanf("%d",&n); int minx=oo,maxx=-oo; int miny=oo,maxy=-oo; for(int i=0;i