This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#pragma GCC optimize("Ofast,unroll-loops")
#pragma GCC target("avx,avx2,sse,sse2")
#include<bits/stdc++.h>
#define int long long
//#define ll long long
#define down cout<<'\n';
#define NHP ios_base::sync_with_stdio(0);cout.tie(0);cin.tie(0);
#define modwwe int t;cin>>t; while(t--)
#define bit(i,j) (i>>j&1)
#define sobit(a) __builtin_popcountll(a)
#define task "test"
#define fin(x) freopen(x".inp","r",stdin)
#define fou(x) freopen(x".out","w",stdout)
#define pb push_back
#define checktime cerr << (double)clock() / CLOCKS_PER_SEC * 1000 << " ms";
using namespace std;
void ngha();
const int mod2=1e9+7;
const int mod1=998244353;
struct ib
{
int a;
int b;
};
struct icd
{
int a,b;
};
struct ic
{
int a,b,c;
};
struct id
{
int a,b,c,d;
};
struct ie
{
int a,b,c, d,e;
};
int n,m,s1,s2,s4,s3,sf,k,r,mid,s5,s6,mx,s7,s8,s9,mx2,res,dem2=0,dem=0,l;
int i,s10,s12;
int el=29;
main()
{
//#ifndef ONLINE_JUDGE
/// fin(task),fou(task);
//#endif
//NHP
//modwwe
// cin>>res;
ngha(),down
checktime
}
int bit[500001];
int bit2[500001];
ib a[500001];
bool cmp(ib a,ib b)
{
return a.b>b.b;
}
void upd(int x,int y)
{
for(x; x; x-=x&-x)bit[x]=min(bit[x],y);
}
void upd2(int x,int y)
{
for(x; x<=n; x+=x&-x) bit2[x]=max(bit2[x],y);
}
int get1(int x)
{
int ss=1e18;
for(x; x<=n; x+=x&-x) ss=min(ss,bit[x]);
return ss;
}
int get2(int x)
{
int ss=-1e18;
for(x; x; x-=x&-x) ss=max(ss,bit2[x]);
return ss;
}
vector<int> v;
void ngha()
{
cin>>n;
for(int i=1; i<=n; i++)
cin>>a[i].a>>a[i].b,v.pb(a[i].a),bit[i]=1e18,bit2[i]=-1e18;
sort(a+1,a+1+n,cmp);
sort(v.begin(),v.end());
for(int i=1; i<=n; i++)
a[i].a=lower_bound(v.begin(),v.end(),a[i].a)-v.begin()+1 ;
for(int i=1; i<=n; i++)
{
s2=get1(a[i].a);
if(v[a[i].a-1]-a[i].b>=s2) continue;
s2=get2(a[i].a);
if(v[a[i].a-1]+a[i].b<=s2) continue;
upd(a[i].a,v[a[i].a-1]-a[i].b);
upd2(a[i].a,v[a[i].a-1]+a[i].b);
s3++;
}
cout<<s3;
}
Compilation message (stderr)
Main.cpp:45:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
45 | main()
| ^~~~
Main.cpp: In function 'void upd(long long int, long long int)':
Main.cpp:65:9: warning: statement has no effect [-Wunused-value]
65 | for(x; x; x-=x&-x)bit[x]=min(bit[x],y);
| ^
Main.cpp: In function 'void upd2(long long int, long long int)':
Main.cpp:69:9: warning: statement has no effect [-Wunused-value]
69 | for(x; x<=n; x+=x&-x) bit2[x]=max(bit2[x],y);
| ^
Main.cpp: In function 'long long int get1(long long int)':
Main.cpp:74:9: warning: statement has no effect [-Wunused-value]
74 | for(x; x<=n; x+=x&-x) ss=min(ss,bit[x]);
| ^
Main.cpp: In function 'long long int get2(long long int)':
Main.cpp:80:9: warning: statement has no effect [-Wunused-value]
80 | for(x; x; x-=x&-x) ss=max(ss,bit2[x]);
| ^
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |