結果

問題 No.409 ダイエット
ユーザー vjudge1vjudge1
提出日時 2024-11-13 08:20:57
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 22 ms / 2,000 ms
コード長 961 bytes
コンパイル時間 2,073 ms
コンパイル使用メモリ 168,036 KB
実行使用メモリ 10,240 KB
最終ジャッジ日時 2024-11-13 08:21:03
合計ジャッジ時間 5,053 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
6,016 KB
testcase_01 AC 4 ms
5,760 KB
testcase_02 AC 4 ms
5,888 KB
testcase_03 AC 3 ms
5,760 KB
testcase_04 AC 4 ms
5,760 KB
testcase_05 AC 4 ms
5,888 KB
testcase_06 AC 4 ms
5,760 KB
testcase_07 AC 4 ms
5,760 KB
testcase_08 AC 4 ms
5,888 KB
testcase_09 AC 4 ms
5,760 KB
testcase_10 AC 4 ms
5,760 KB
testcase_11 AC 4 ms
5,888 KB
testcase_12 AC 4 ms
6,016 KB
testcase_13 AC 4 ms
5,760 KB
testcase_14 AC 4 ms
5,888 KB
testcase_15 AC 4 ms
5,888 KB
testcase_16 AC 3 ms
5,888 KB
testcase_17 AC 4 ms
5,888 KB
testcase_18 AC 4 ms
5,888 KB
testcase_19 AC 4 ms
5,760 KB
testcase_20 AC 4 ms
5,888 KB
testcase_21 AC 3 ms
5,888 KB
testcase_22 AC 4 ms
5,760 KB
testcase_23 AC 4 ms
6,016 KB
testcase_24 AC 4 ms
5,760 KB
testcase_25 AC 4 ms
5,888 KB
testcase_26 AC 4 ms
5,888 KB
testcase_27 AC 4 ms
5,760 KB
testcase_28 AC 4 ms
5,632 KB
testcase_29 AC 4 ms
5,888 KB
testcase_30 AC 4 ms
5,888 KB
testcase_31 AC 4 ms
5,888 KB
testcase_32 AC 4 ms
5,760 KB
testcase_33 AC 3 ms
5,760 KB
testcase_34 AC 4 ms
5,760 KB
testcase_35 AC 4 ms
5,888 KB
testcase_36 AC 4 ms
5,888 KB
testcase_37 AC 5 ms
6,016 KB
testcase_38 AC 4 ms
5,888 KB
testcase_39 AC 4 ms
6,016 KB
testcase_40 AC 5 ms
6,016 KB
testcase_41 AC 4 ms
6,016 KB
testcase_42 AC 4 ms
5,888 KB
testcase_43 AC 4 ms
5,888 KB
testcase_44 AC 4 ms
6,016 KB
testcase_45 AC 4 ms
5,888 KB
testcase_46 AC 4 ms
6,016 KB
testcase_47 AC 4 ms
5,888 KB
testcase_48 AC 4 ms
5,888 KB
testcase_49 AC 4 ms
5,888 KB
testcase_50 AC 4 ms
5,888 KB
testcase_51 AC 4 ms
6,016 KB
testcase_52 AC 4 ms
5,888 KB
testcase_53 AC 4 ms
5,888 KB
testcase_54 AC 5 ms
6,016 KB
testcase_55 AC 11 ms
7,808 KB
testcase_56 AC 19 ms
8,064 KB
testcase_57 AC 18 ms
10,240 KB
testcase_58 AC 10 ms
7,808 KB
testcase_59 AC 14 ms
8,064 KB
testcase_60 AC 9 ms
7,424 KB
testcase_61 AC 16 ms
9,472 KB
testcase_62 AC 15 ms
9,984 KB
testcase_63 AC 16 ms
9,216 KB
testcase_64 AC 11 ms
7,552 KB
testcase_65 AC 19 ms
8,832 KB
testcase_66 AC 17 ms
9,600 KB
testcase_67 AC 14 ms
9,088 KB
testcase_68 AC 13 ms
7,936 KB
testcase_69 AC 18 ms
9,088 KB
testcase_70 AC 19 ms
9,216 KB
testcase_71 AC 12 ms
7,808 KB
testcase_72 AC 21 ms
9,984 KB
testcase_73 AC 22 ms
8,832 KB
testcase_74 AC 16 ms
8,320 KB
testcase_75 AC 22 ms
9,344 KB
testcase_76 AC 16 ms
8,704 KB
testcase_77 AC 13 ms
7,296 KB
testcase_78 AC 12 ms
8,064 KB
testcase_79 AC 12 ms
7,424 KB
testcase_80 AC 21 ms
9,728 KB
testcase_81 AC 22 ms
9,088 KB
testcase_82 AC 16 ms
8,704 KB
testcase_83 AC 17 ms
8,832 KB
testcase_84 AC 16 ms
7,808 KB
testcase_85 AC 5 ms
6,144 KB
testcase_86 AC 16 ms
7,680 KB
testcase_87 AC 18 ms
9,344 KB
testcase_88 AC 11 ms
7,040 KB
testcase_89 AC 18 ms
7,680 KB
testcase_90 AC 10 ms
6,784 KB
testcase_91 AC 18 ms
7,680 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<bits/stdc++.h>
#define il inline
#define ll long long
#define lb long double
using namespace std;
il ll read(){
	ll a=0,f=1;
	char ch=getchar();
	while(ch<'0'||ch>'9'){if(ch=='-')f=-f;ch=getchar();}
	while(ch>='0'&&ch<='9'){a=a*10+ch-'0';ch=getchar();}
	return a*f;
}
ll n,A,B,f[300010],ruby[300010],ans=1e18,q[300010],head,tail;
ll Y(ll x){
	return f[x]+A*x+(x+1)*x/2*B;
}
lb K(ll x,ll y){
	return (lb)1.0*(Y(x)-Y(y))/(x-y);
}
int main(){
//	freopen("chips.in","r",stdin);
//	freopen("chips.out","w",stdout);
	memset(f,0x3f,sizeof f);
	n=read();A=read();B=read();f[0]=read();
	q[1]=0;head=1;tail=1;
	for(int i=1;i<=n;++i){
		ruby[i]=read();
		while(head<tail&&K(q[head],q[head+1])<=i*B)++head;
		f[i]=min(f[i],f[q[head]]+ruby[i]-A*(i-q[head]-1)+(i-q[head])*(i-q[head]-1)*B/2);
		while(head<tail&&K(q[tail],i)<=K(q[tail-1],q[tail]))--tail;
		q[++tail]=i;
	}
	for(int i=0;i<=n;++i)
		ans=min(ans,f[i]-A*(n-i)+(n-i+1)*(n-i)*B/2);
	cout<<ans;
	return 0;
}
0