CCF认证 201912-2 回收站选址 (100分)

CCF认证 201912-02 回收站选址 (100分)

// INFO BEGIN
// Group = C/C++ 
// Problem = 回收站选址 
// Language = CPP11 
// SubmitTime = 2019-12-15 15:04:48 
//
// INFO END

#include
#include
#include
#include
using namespace std;
const int maxn=1e3+100;
typedef long long ll;
struct point{
	ll x,y;
	Point(){}
	Point(ll _x,ll _y){
		x=_y;y=_y;
	}
}P[maxn],C[maxn];
bool cmp1(point a,point b){
	if(a.x!=b.x) return a.x>n;
	int ans[5];
	for(int i=0;i<5;i++) ans[i]=0;
	for(int i=0;i>P[i].x>>P[i].y,C[i]=P[i];
	sort(P,P+n,cmp1); 
	sort(C,C+n,cmp2); 
//	for(int i=0;i=0&&C[index].x-1!=C[index-1].x) continue;//左右有了
		 
//		cout<<"P:"<=0&&C[index].x-1==C[index-1].x) tmp++;//左右有了 
		index=find(P[i-1],n);
//		cout<=0&&C[index].x-1==C[index-1].x) tmp++;//左右有了 
//		cout<

 

你可能感兴趣的:(ccf认证)