結果

問題 No.409 ダイエット
ユーザー vjudge1vjudge1
提出日時 2024-11-10 12:41:11
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 39 ms / 2,000 ms
コード長 762 bytes
コンパイル時間 2,021 ms
コンパイル使用メモリ 166,408 KB
実行使用メモリ 8,064 KB
最終ジャッジ日時 2024-11-10 12:41:18
合計ジャッジ時間 5,436 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,888 KB
testcase_01 AC 3 ms
5,888 KB
testcase_02 AC 3 ms
6,016 KB
testcase_03 AC 3 ms
6,016 KB
testcase_04 AC 3 ms
5,888 KB
testcase_05 AC 3 ms
5,888 KB
testcase_06 AC 4 ms
6,016 KB
testcase_07 AC 4 ms
5,888 KB
testcase_08 AC 3 ms
6,016 KB
testcase_09 AC 4 ms
5,888 KB
testcase_10 AC 4 ms
5,888 KB
testcase_11 AC 3 ms
6,016 KB
testcase_12 AC 3 ms
5,888 KB
testcase_13 AC 3 ms
5,888 KB
testcase_14 AC 3 ms
5,888 KB
testcase_15 AC 3 ms
5,888 KB
testcase_16 AC 3 ms
6,016 KB
testcase_17 AC 4 ms
6,016 KB
testcase_18 AC 3 ms
5,888 KB
testcase_19 AC 3 ms
5,888 KB
testcase_20 AC 3 ms
5,888 KB
testcase_21 AC 3 ms
5,888 KB
testcase_22 AC 3 ms
5,888 KB
testcase_23 AC 3 ms
6,016 KB
testcase_24 AC 3 ms
5,888 KB
testcase_25 AC 3 ms
5,888 KB
testcase_26 AC 3 ms
5,888 KB
testcase_27 AC 3 ms
5,888 KB
testcase_28 AC 3 ms
5,888 KB
testcase_29 AC 4 ms
6,016 KB
testcase_30 AC 3 ms
6,016 KB
testcase_31 AC 3 ms
5,888 KB
testcase_32 AC 3 ms
5,888 KB
testcase_33 AC 3 ms
6,016 KB
testcase_34 AC 4 ms
5,888 KB
testcase_35 AC 4 ms
6,016 KB
testcase_36 AC 4 ms
6,016 KB
testcase_37 AC 3 ms
6,016 KB
testcase_38 AC 3 ms
6,016 KB
testcase_39 AC 4 ms
6,016 KB
testcase_40 AC 4 ms
6,144 KB
testcase_41 AC 4 ms
6,016 KB
testcase_42 AC 4 ms
6,016 KB
testcase_43 AC 4 ms
6,016 KB
testcase_44 AC 3 ms
6,016 KB
testcase_45 AC 4 ms
6,016 KB
testcase_46 AC 4 ms
6,016 KB
testcase_47 AC 4 ms
6,016 KB
testcase_48 AC 4 ms
6,144 KB
testcase_49 AC 4 ms
6,144 KB
testcase_50 AC 3 ms
6,016 KB
testcase_51 AC 3 ms
6,016 KB
testcase_52 AC 4 ms
6,016 KB
testcase_53 AC 3 ms
6,016 KB
testcase_54 AC 3 ms
6,144 KB
testcase_55 AC 18 ms
6,912 KB
testcase_56 AC 32 ms
7,040 KB
testcase_57 AC 32 ms
8,064 KB
testcase_58 AC 15 ms
6,784 KB
testcase_59 AC 21 ms
7,040 KB
testcase_60 AC 15 ms
6,784 KB
testcase_61 AC 28 ms
7,808 KB
testcase_62 AC 30 ms
8,064 KB
testcase_63 AC 29 ms
7,808 KB
testcase_64 AC 17 ms
6,784 KB
testcase_65 AC 31 ms
7,424 KB
testcase_66 AC 32 ms
7,808 KB
testcase_67 AC 25 ms
7,680 KB
testcase_68 AC 21 ms
7,040 KB
testcase_69 AC 28 ms
7,680 KB
testcase_70 AC 32 ms
7,552 KB
testcase_71 AC 20 ms
6,912 KB
testcase_72 AC 39 ms
8,064 KB
testcase_73 AC 37 ms
7,552 KB
testcase_74 AC 23 ms
7,168 KB
testcase_75 AC 36 ms
7,680 KB
testcase_76 AC 27 ms
7,552 KB
testcase_77 AC 18 ms
6,656 KB
testcase_78 AC 20 ms
7,040 KB
testcase_79 AC 17 ms
6,784 KB
testcase_80 AC 37 ms
7,936 KB
testcase_81 AC 35 ms
7,552 KB
testcase_82 AC 26 ms
7,296 KB
testcase_83 AC 30 ms
7,424 KB
testcase_84 AC 24 ms
7,040 KB
testcase_85 AC 5 ms
6,016 KB
testcase_86 AC 24 ms
6,912 KB
testcase_87 AC 31 ms
7,680 KB
testcase_88 AC 15 ms
6,528 KB
testcase_89 AC 28 ms
6,912 KB
testcase_90 AC 14 ms
6,528 KB
testcase_91 AC 28 ms
7,040 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<bits/stdc++.h>
using namespace std;
int d[300005],q[300005];
long long f[300005];
int hd=1,tl=0;
bool ok(int x,int y,int z){
	return (__int128)(f[y]-f[x])*(z-y)>=(__int128)(f[z]-f[y])*(y-x);
}
bool test(int x,int y,long long z){
	return f[y]-f[x]<=(__int128)(y-x)*z;
}
void add(int x){
	while(tl>=hd+1&&ok(q[tl-1],q[tl],x))--tl;
	q[++tl]=x;
}
int main(){
	int n,a,b,w;
	scanf("%d%d%d%d",&n,&a,&b,&w);
	for(int i=1;i<=n;++i)scanf("%d",&d[i]);
	memset(f,63,sizeof(f));
	f[0]=w;
	for(int i=1;i<=n+1;++i){
		long long sz=1ll*i*a+1ll*i*(i-1)/2*b;
		f[i-1]+=sz;
		add(i-1);
		while(tl>=hd+1&&test(q[hd],q[hd+1],1ll*i*b))++hd;
		int j=q[hd];f[i]=f[j]-1ll*i*j*b;
		long long zs=d[i]-1ll*i*a+1ll*i*(i-1)/2*b;
		f[i]+=zs;
	}
	printf("%lld\n",f[n+1]);
	return 0;
}
0