HDU 4311 4312 Meeting point 平面上的Manhattan距离和Chebyshev距离
题意:给定平面坐标上n(n
#include
#include
#include
#defineMIN(a,b)((a)>1);
constintmaxn=100002;
structP
{
__int64x,y;
}po[maxn];
__int64xx[maxn],yy[maxn],anx[maxn],any[maxn];
intn;
voidread()
{
scanf("%d",&n);