Codeforces Round #390 (Div. 2), problem: (D) Fedor and Coupons Solution in C/C++

Codeforces Round #390 (Div. 2), problem: (D) Fedor and Coupons Solution in C/C++

 

 

#include <bits/stdc++.h>
#include <iostream>
#include <queue>
#include <set>
using namespace std;
#define mp make_pair
#define fi first
#define se second
typedef long long ll;
ll n,k,ans,l;
priority_queue<ll>s;
struct item
{
	ll x,y,pos;
}a[333333];
bool cmp(item a, item b)
{
	return a.x<b.x;
}
int main()
{
	cin>>n>>k;
	for(ll i=1;i<=n;i++)
	{
		scanf("%lld%lld",&a[i].x,&a[i].y);
		a[i].pos=i;
	}
	sort(a+1,a+n+1,&cmp);
	for(ll i=1;i<=n;i++)
	{
		if(s.size()<k)
			s.push(-a[i].y);
		else if(-s.top()<a[i].y)
			s.pop(),s.push(-a[i].y);
		if(ans<-s.top()-a[i].x+1&&s.size()==k)
			ans=-s.top()-a[i].x+1,
			l=a[i].x;
	}
	cout<<ans<<endl;
	if(ans==0)
	{
		for(ll i=1;i<=k;i++)
			printf("%lld ",i);
		return 0;
	}
	for(ll i=1;i<=n&&k;i++)
		if(a[i].x<=l&&l+ans-1<=a[i].y)
			printf("%lld ",a[i].pos),k--;
}

 

 

7 Reasons This Coffee...

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

Why Kitchen Organization Tools...

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

Is Dorm Room Hacks...

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

Stop Buying Cheap Alternatives...

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

Everything You Need to...

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

Why Bathroom Organization Hacks...

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

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...

Everything You Need to Know About Outdoor Patio Tech Right Now

📢 As an Amazon Associate, I earn from qualifying purchases.I'll be honest — I was skeptical at first. My daily routine had a gap...

Why Bathroom Organization Hacks Is Currently Breaking the Internet

📢 As an Amazon Associate, I earn from qualifying purchases.I'll be honest — I was skeptical at first. My daily routine had a gap...

Why Electric Cleaning Tools Is Currently Breaking the Internet

📢 As an Amazon Associate, I earn from qualifying purchases.💰 Official Price: Check on Amazon🌟 Why Buy the Electric Cleaning Tools?The Electric Cleaning Tools...

Everything You Need to Know About Portable Cooling Gear Right Now

📢 As an Amazon Associate, I earn from qualifying purchases.💰 Official Price: Check on Amazon🌟 Why Buy the Portable Cooling Gear?The Portable Cooling Gear...

China’s largest memory chipmaker sparks fears of a cash drain before blockbuster IPO

China's semiconductor ambitions are facing a fresh financial dilemma as ChangXin Memory Technologies (CXMT), the nation's premier DRAM chipmaker, prepares for a highly anticipated...