Codeforces Round #444 (Div. 2), problem: (D) Ratings and Reality Shows Solution In C/C++

#include <cstdio>
#include <algorithm>
using namespace std;
long long n,a,b,c,d,st,len,t[300010];
int q[300010];
int main()
{
scanf(“%lld%lld%lld%lld%lld%lld%lld”,&n,&a,&b,&c,&d,&st,&len);
for (int i=1;i<=n;i++) scanf(“%lld%d”,&t[i],&q[i]);
t[0]=-1;
int now=1;
long long change_rating=0,Min=0,rating=st;
for (int i=1;i<=n;i++)
{
while (now<=n&&t[now]-t[i]<len)
{
change_rating+=(q[now]?c:-d);
Min=min(Min,change_rating);
now++;
}
if (Min+rating>=0)
{
printf(“%lld\n”,t[i-1]+1);
return 0;
}
change_rating-=(q[i]?c:-d);
Min-=(q[i]?c:-d);
rating+=(q[i]?a:-b);
if (rating<0)
{
printf(“-1\n”);
return 0;
}
}
printf(“%lld\n”,t[n]+1);
return 0;
}

Everything Discussed During The...

Strategy game publisher and developer Slitherine recently hosted its...

Everything You Need to...

📢 As an Amazon Associate, I earn from qualifying...

Russ Allbery: Review: Radiant...

Science fiction enthusiasts and literary critics alike are turning...

Why Pet Travel Gear...

📢 As an Amazon Associate, I earn from qualifying...

Mall Together-TENOKE

Simulation gaming enthusiasts have a fresh operational challenge to...

7 Reasons This Coffee...

📢 As an Amazon Associate, I earn from qualifying...

Everything Discussed During The Slitherine Next 2026 Event

Strategy game publisher and developer Slitherine recently hosted its dedicated digital showcase, Slitherine Next 2026, delivering an action-packed presentation tailored specifically for tactics enthusiasts...

Everything You Need to Know About Rechargeable Home Tech Right Now

📢 As an Amazon Associate, I earn from qualifying purchases.I stumbled across this while desperately trying to fix a recurring problem in my routine....

Russ Allbery: Review: Radiant Star

Science fiction enthusiasts and literary critics alike are turning their eyes toward the upcoming release of Radiant Star, the latest novel by award-winning author...

Why Pet Travel Gear Is Currently Breaking the Internet

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

Mall Together-TENOKE

Simulation gaming enthusiasts have a fresh operational challenge to tackle with the arrival of Mall Together-TENOKE. This brand-new release delivers an immersive shopping mall...

7 Reasons This Coffee Bar Accessories Is Worth Every Single Penny

📢 As an Amazon Associate, I earn from qualifying purchases.There comes a point when you realise that tolerating a frustrating situation is costing you...

Why Kitchen Organization Tools Is Currently Breaking the Internet

📢 As an Amazon Associate, I earn from qualifying purchases.There comes a point when you realise that tolerating a frustrating situation is costing you...

Is Dorm Room Hacks Worth Your Money Here Is Our Full Review

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

Stop Buying Cheap Alternatives This Camping Essentials Is the Real Deal

📢 As an Amazon Associate, I earn from qualifying purchases.There comes a point when you realise that tolerating a frustrating situation is costing you...