Codeforces Round #703 (Div. 2) B.Eastern Exhibition 中位数结论
生活随笔
收集整理的這篇文章主要介紹了
Codeforces Round #703 (Div. 2) B.Eastern Exhibition 中位数结论
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
link
題意: 給n個點,求有多少個點到所有點距離之和最小。
中位數結論題了,可以考慮一維的情況,讓后二維的話乘起來就好啦。
//#pragma GCC optimize(2) #include<cstdio> #include<iostream> #include<string> #include<cstring> #include<map> #include<cmath> #include<cctype> #include<vector> #include<set> #include<queue> #include<algorithm> #include<sstream> #include<ctime> #include<cstdlib> #define X first #define Y second #define L (u<<1) #define R (u<<1|1) #define pb push_back #define mk make_pair #define Mid (tr[u].l+tr[u].r>>1) #define Len(u) (tr[u].r-tr[u].l+1) #define random(a,b) ((a)+rand()%((b)-(a)+1)) #define db puts("---") using namespace std;//void rd_cre() { freopen("d://dp//data.txt","w",stdout); srand(time(NULL)); } //void rd_ac() { freopen("d://dp//data.txt","r",stdin); freopen("d://dp//AC.txt","w",stdout); } //void rd_wa() { freopen("d://dp//data.txt","r",stdin); freopen("d://dp//WA.txt","w",stdout); }typedef long long LL; typedef unsigned long long ULL; typedef pair<int,int> PII;const int N=1000010,mod=1e9+7,INF=0x3f3f3f3f; const double eps=1e-6;int n; int x[N],y[N];int main() { // ios::sync_with_stdio(false); // cin.tie(0);int _; scanf("%d",&_);while(_--){scanf("%d",&n);for(int i=1;i<=n;i++) scanf("%d%d",&x[i],&y[i]);sort(x+1,x+1+n); sort(y+1,y+1+n);LL a=x[n/2+1]-x[n/2]+1;LL b=y[n/2+1]-y[n/2]+1;if(n%2==1) a=1,b=1;printf("%lld\n",a*b);}return 0; } /**/總結
以上是生活随笔為你收集整理的Codeforces Round #703 (Div. 2) B.Eastern Exhibition 中位数结论的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 《英雄联盟》S13 全球总决赛 T1 战
- 下一篇: 防蓝光眼镜是“智商税”?最新的研究印证了