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;
}

T.O.P’s Comeback Has Nothing...

Choi Seung-hyun, universally known as T.O.P, is preparing to...

T.O.P’s Comeback Has Nothing to Hide on Debut Solo Album

Choi Seung-hyun, universally known as T.O.P, is preparing to make a monumental return to the music scene. After cementing his legacy as a pioneering...

Why Everyone is Obsessed with the Blue Light Blocking Glasses

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Why Everyone is Obsessed with the Stain Remover for Clothes

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

臨床組織科学(COS)とサイバネティクス──Wiener・Meadowsから見るフィードバック循環構造

In the rapidly evolving landscape of modern organizational management, a groundbreaking concept is emerging that bridges the gap between scientific theory and practical business...

Why Everyone is Obsessed with the Digital Meat Thermometer

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Why Everyone is Obsessed with the Keyboard Cleaning Gel Putty

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Is Nate Dead in ‘Euphoria’? Season 3 Episode 7 Ending Explained

The latest season of HBO's hit teen drama has kept viewers on the edge of their seats, but nothing could have prepared fans for...

Why Everyone is Obsessed with the Real Techniques Makeup Sponge

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Why Everyone is Obsessed with the Heavy Duty Duck Tape

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...