poj2528(贴海报)线段树离散化

//poj2528贴海报(线段树离散化) #include<cstring> #include<iostream> #include<cstdio> #include<algorithm> using namespace std; const int maxn=100005; //要开10倍的数组,不然RE bool hash[maxn]; int li[maxn],ri[maxn]; int
相关文章
相关标签/搜索