Codeforces Round #422 (Div. 2), problem: (C) Hacker, pack your bags Solution In C/C++

Affiliate Disclosure: This post contains Amazon affiliate links. If you purchase through these links, eBlogarithm may earn a commission at no extra cost to you. Prices and availability are subject to change.

#include<cstdio>
#include<vector>
#include<cstring>
#include<algorithm>
#define ll long long
using namespace std;
ll ans,c[200101],n,x,L,R,cc;
vector<pair<ll,ll> >l[200101],r[200101];
int main(){
scanf(“%lld%lld”,&n,&x);
for(int i=1;i<=n;i++){
scanf(“%lld%lld%lld”,&L,&R,&cc);
l[L].push_back(make_pair(R-L+1,cc));
r[R].push_back(make_pair(R-L+1,cc));
}
memset(c,0x3f3f,sizeof(c));ans=c[0];
for(int i=1;i<200100;i++){
for(int j=0;j<l[i].size();j++)l[i][j].first>=x?0:ans=min(ans,c[x-l[i][j].first]+l[i][j].second);
for(int j=0;j<r[i].size();j++)c[r[i][j].first]=min(c[r[i][j].first],r[i][j].second);
}
printf(“%lld”,ans==c[0]?-1:ans);
return 0;
}

📦 Looking for Codeforces Round 422 Div Problem Hacker? Check the best deals on Amazon.

🛒 Shop Codeforces Round 422 Div Problem Hacker on Amazon

As an Amazon Associate, eBlogarithm earns from qualifying purchases. Prices and availability are subject to change.

Affiliate Disclosure: This post contains Amazon affiliate links. If you purchase through these links, eBlogarithm may earn a commission at no extra cost to you. Prices and availability are subject to change.

#include<cstdio>
#include<vector>
#include<cstring>
#include<algorithm>
#define ll long long
using namespace std;
ll ans,c[200101],n,x,L,R,cc;
vector<pair<ll,ll> >l[200101],r[200101];
int main(){
scanf(“%lld%lld”,&n,&x);
for(int i=1;i<=n;i++){
scanf(“%lld%lld%lld”,&L,&R,&cc);
l[L].push_back(make_pair(R-L+1,cc));
r[R].push_back(make_pair(R-L+1,cc));
}
memset(c,0x3f3f,sizeof(c));ans=c[0];
for(int i=1;i<200100;i++){
for(int j=0;j<l[i].size();j++)l[i][j].first>=x?0:ans=min(ans,c[x-l[i][j].first]+l[i][j].second);
for(int j=0;j<r[i].size();j++)c[r[i][j].first]=min(c[r[i][j].first],r[i][j].second);
}
printf(“%lld”,ans==c[0]?-1:ans);
return 0;
}

📦 Looking for Codeforces Round 422 Div Problem Hacker? Check the best deals on Amazon.

🛒 Shop Codeforces Round 422 Div Problem Hacker on Amazon

As an Amazon Associate, eBlogarithm earns from qualifying purchases. Prices and availability are subject to change.

More from author

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Related posts

Advertismentspot_img

Latest posts

Everything You Need to Know About Viral Kitchen Gadgets Right Now

📢 As an Amazon Associate, I earn from qualifying purchases.If you had told me six months ago that a single purchase would change how...

What’s new in Gutenberg 24.0? (16 September)

The WordPress open-source community has officially unveiled Gutenberg 24.0, marking another milestone in the project's biweekly development cycle. This release brings a focused batch...

The Real Truth About Viral Kitchen Gadgets Before You Buy

📢 As an Amazon Associate, I earn from qualifying purchases.After putting the Viral Kitchen Gadgets through a proper 30-day real-world test, I can tell...

Want to stay up to date with the latest news?

We would love to hear from you! Please fill in your details and we will stay in touch. It's that simple!