POJ 2966 k-d Tree

  題意:二維平面中有n個點,求每個點和其他點的最遠距離   #include<stdio.h> #include<iostream> #include<string.h> #include<algorithm> using namespace std; #define ll long long const int maxm = 100005; const ll INF = 1e18; struc
相關文章
相關標籤/搜索