This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
//https://www.instagram.com/_modwwe/
#pragma GCC optimize("Ofast,unroll-loops")
//#pragma GCC target("avx2,bmi,bmi2")
#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 phongbeo();
const int inf=1e18;
const int mod2=1e9+7;
const int mod1=998244353;
struct icd
{
int a,b;
};
struct ib
{
int a;
int b;
};
struct ic
{
int a,b,c;
};
struct id
{
int a,b,c,d;
};
struct ie
{
int a,b,c, d,e,f;
};
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
/// cin>>s1;
// modwwe
phongbeo(),down
}
ib a[100002];
vector<ib> v3[100002];
vector<ic> v2[100002];
vector<int> v;
vector<int> v4;
vector<int> v5;
int ans[100002];
struct BIT
{
int bit[100001];
void upd(int x)
{
for(x; x; x-=x&-x) bit[x]++;
}
int get(int x)
{
int s=0;
for(x; x<=n; x+=x&-x)s+=bit[x];
return s;
}
} bit1,bit2;
bool cmp(ib a,ib b)
{
return a.a<b.a;
}
void phongbeo()
{
cin>>n>>m;
for(int i=1; i<=n; i++)
cin>>a[i].a>>a[i].b,v.pb(a[i].a),v4.pb(a[i].b),v5.pb(a[i].b+a[i].a);
sort(v4.begin(),v4.end());
sort(v5.begin(),v5.end());
sort(v.begin(),v.end());
sort(a+1,a+1+n,cmp);
for(int i=1; i<=m; i++)
{
cin>>l>>r>>s2;
s3=s2-r;
s4=lower_bound(v.begin(),v.end(),l)-v.begin()+1;
s3=lower_bound(v.begin(),v.end(),s3)-v.begin()+1;
v3[max(s4,s3)].pb({r,i});
if(s3>s4)
{
v2[s4].pb({s2,1,i});
v2[s3].pb({s2,-1,i});
}
}
for(int i=n; i>=1; --i)
{
s2=a[i].b;
s3=a[i].a+a[i].b;
s2=lower_bound(v4.begin(),v4.end(),s2)-v4.begin()+1;
s3=lower_bound(v5.begin(),v5.end(),s3)-v5.begin()+1;
bit1.upd(s2);
bit2.upd(s3);
for(auto x:v2[i])
{
s2=x.a;
s2=lower_bound(v5.begin(),v5.end(),s2)-v5.begin()+1;
ans[x.c]+=bit2.get(s2)*x.b;
}
for(auto x:v3[i])
{
s2=x.a;
s2=lower_bound(v4.begin(),v4.end(),s2)-v4.begin()+1;
ans[x.b]+=bit1.get(s2);
}
}
for(int i=1; i<=m; i++)
cout<<ans[i],down
}
Compilation message (stderr)
examination.cpp:19:15: warning: overflow in conversion from 'double' to 'int' changes value from '1.0e+18' to '2147483647' [-Woverflow]
19 | const int inf=1e18;
| ^~~~
examination.cpp:47:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
47 | main()
| ^~~~
examination.cpp: In member function 'void BIT::upd(int)':
examination.cpp:69:13: warning: statement has no effect [-Wunused-value]
69 | for(x; x; x-=x&-x) bit[x]++;
| ^
examination.cpp: In member function 'int BIT::get(int)':
examination.cpp:74:13: warning: statement has no effect [-Wunused-value]
74 | for(x; x<=n; x+=x&-x)s+=bit[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... |