显然,线段树套平衡树……
纯粹纪念一下set……线段树套平衡树才写了1.5k
#include
#include
#include
#include
using namespace std;
int i,j,k,X,Y,all,tot,n,M[250011],P[250011],R[250011],Left[500011],Right[500011],PP[250011],dl[250011],sum[500011];
long long x,y,p,r,D[250011],RR[250011];
bool used[250011];
set > ent[500011];
bool cmp(int a,int b)
{
return D[a](M[dl[i]],dl[i]));
if (s==e) return ;
int mid=(s+e)/2;
Left[now]=++tot;
build(s,mid,tot);
Right[now]=++tot;
build(mid+1,e,tot);
}
void quick(long long A,int b,int l,int r,int now)
{
if (sum[now]==0 || D[dl[l]]>A) return ;
if (D[dl[r]]<=A)
{
set >::iterator cp;
while (sum[now] && ent[now].begin()->first<=b)
{
cp=ent[now].begin();
int o=cp->second;
if (!used[o])
{
used[o]=true;
PP[++all]=P[o];
RR[all]=(long long)R[o]*R[o];
}
ent[now].erase(cp);
sum[now]--;
}
return ;
}
int mid=(l+r)/2;
quick(A,b,l,mid,Left[now]);
if (D[dl[mid+1]]<=A) quick(A,b,mid+1,r,Right[now]);
}
int main()
{
cin >> x >> y >> p >> r >> n;
for (i=1;i<=n;i++)
scanf("%d%d%d%d%d",&X,&Y,&M[i],&P[i],&R[i]),D[i]=(X-x)*(X-x)+(Y-y)*(Y-y),dl[i]=i;
sort(dl+1,dl+n+1,cmp);
build(1,n,0);
PP[0]=p;
RR[0]=r*r;
for (i=0;all<=n && i<=all;i++)
quick(RR[i],PP[i],1,n,0);
cout << all;
return 0;
}