[SHOI2007]园丁的烦恼

裸的二维数点

#include"cstdio"
#include"cstring"
#include"iostream"
#include"algorithm"
using namespace std;

const int MAXN=5e5+5;

int n,m,maxn;
int Tib[MAXN*3];
struct rpg{
    int kd,x,y,id;
    int rey,val;
}pnt[MAXN*5];

bool cmp1(rpg a,rpg b){return a.y

转载于:https://www.cnblogs.com/AH2002/p/10063499.html

你可能感兴趣的:([SHOI2007]园丁的烦恼)