Codeforces Round #436 (Div. 2), problem: (E) Fire Solution In C/C++

#include<iostream>
#include<cstdio>
#include<algorithm>
#include<bitset>
using namespace std;
struct node{
int t,d,p,tot;
}a[200];
int f[3000];
bool cmp(node x,node y){
return x.d<y.d;
}
bitset<150> ans[2050];
int cc[2050];
int main(){
int n;
scanf(“%d”,&n);
for (int i=1;i<=n;++i){
scanf(“%d%d%d”,&a[i].t,&a[i].d,&a[i].p);
a[i].tot=i;
}
sort(a+1,a+n+1,cmp);
for (int i=1;i<=n;++i)
for (int j=a[i].d-1;j>=a[i].t;–j)
if (f[j]<f[j-a[i].t]+a[i].p){
f[j]=f[j-a[i].t]+a[i].p;
ans[j]=ans[j-a[i].t];
ans[j].set(i);
}
int ma=0;
int num=0;
for (int i=a[n].d;i>=0;–i)
if (f[i]>ma){
ma=f[i];
num=i;
}
printf(“%d\n”,ma);
int T=0;
for (int i=1;i<=n;++i)
if (ans[num].test(i)){
++T;
cc[T]=a[i].tot;
}
printf(“%d\n”,T);
for (int i=1;i<=T;++i)
if (i==1) printf(“%d”,cc[i]);
else printf(” %d”,cc[i]);
printf(“\n”);
return 0;
}

Is Desk Productivity Tools...

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

The Outer Worlds 2...

Gamers and RPG enthusiasts have reason to celebrate as...

Why Travel Organization Gear...

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

Why Everyone Is Talking...

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

Why Everyone Is Talking...

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

Why Everyone Is Talking...

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

Is Desk Productivity Tools Worth Your Money Here Is Our Full Review

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

The Outer Worlds 2 v1.2.0.1-TENOKE

Gamers and RPG enthusiasts have reason to celebrate as Obsidian Entertainment's acclaimed franchise returns with new developments. The highly anticipated sequel to the award-winning...

Why Travel Organization Gear Is Currently Breaking the Internet

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

Why Everyone Is Talking About the Car Detailing Essentials

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

Why Everyone Is Talking About the Smart Home Hacks

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

Why Everyone Is Talking About the Viral Kitchen Gadgets

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

Why Everyone Is Talking About the Travel Organization Gear

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

Why Everyone Is Talking About the Travel Organization Gear

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

GLP-1 Drugs Like Ozempic Carry Elevated Risks of Muscle Loss and Malnutrition in Adults Over 65

Understanding the Risks of GLP-1 Drugs for Older Adults GLP-1 receptor agonists, such as Ozempic, Wegovy, and Mounjaro, have transformed the landscape of weight management...