結果

問題 No.409 ダイエット
ユーザー vjudge1vjudge1
提出日時 2024-11-13 08:19:47
言語 C++14
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 1,294 bytes
コンパイル時間 1,869 ms
コンパイル使用メモリ 168,372 KB
実行使用メモリ 19,432 KB
最終ジャッジ日時 2024-11-13 08:19:53
合計ジャッジ時間 5,910 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
13,892 KB
testcase_01 AC 4 ms
11,720 KB
testcase_02 AC 4 ms
13,764 KB
testcase_03 AC 4 ms
13,760 KB
testcase_04 AC 5 ms
13,764 KB
testcase_05 AC 5 ms
11,592 KB
testcase_06 AC 5 ms
13,768 KB
testcase_07 AC 5 ms
13,764 KB
testcase_08 AC 4 ms
11,588 KB
testcase_09 AC 5 ms
13,764 KB
testcase_10 AC 5 ms
13,768 KB
testcase_11 AC 4 ms
13,888 KB
testcase_12 AC 4 ms
13,768 KB
testcase_13 AC 5 ms
13,888 KB
testcase_14 AC 4 ms
11,716 KB
testcase_15 AC 5 ms
13,768 KB
testcase_16 AC 5 ms
13,764 KB
testcase_17 AC 5 ms
13,764 KB
testcase_18 AC 4 ms
13,760 KB
testcase_19 AC 4 ms
11,720 KB
testcase_20 AC 4 ms
13,632 KB
testcase_21 AC 4 ms
13,764 KB
testcase_22 AC 5 ms
11,720 KB
testcase_23 AC 5 ms
13,764 KB
testcase_24 AC 4 ms
13,760 KB
testcase_25 AC 5 ms
13,760 KB
testcase_26 AC 4 ms
13,764 KB
testcase_27 AC 5 ms
13,764 KB
testcase_28 AC 5 ms
13,768 KB
testcase_29 AC 4 ms
11,720 KB
testcase_30 AC 4 ms
13,892 KB
testcase_31 AC 4 ms
13,760 KB
testcase_32 AC 5 ms
13,636 KB
testcase_33 AC 4 ms
11,844 KB
testcase_34 AC 4 ms
13,760 KB
testcase_35 AC 4 ms
13,760 KB
testcase_36 AC 4 ms
11,712 KB
testcase_37 AC 5 ms
13,640 KB
testcase_38 AC 4 ms
11,716 KB
testcase_39 AC 4 ms
13,768 KB
testcase_40 AC 6 ms
13,760 KB
testcase_41 AC 4 ms
13,764 KB
testcase_42 AC 4 ms
13,764 KB
testcase_43 AC 4 ms
13,764 KB
testcase_44 AC 5 ms
13,764 KB
testcase_45 AC 5 ms
13,764 KB
testcase_46 AC 4 ms
13,760 KB
testcase_47 AC 4 ms
13,760 KB
testcase_48 AC 4 ms
11,840 KB
testcase_49 AC 5 ms
13,764 KB
testcase_50 AC 4 ms
11,716 KB
testcase_51 AC 7 ms
13,764 KB
testcase_52 AC 5 ms
13,892 KB
testcase_53 AC 5 ms
13,892 KB
testcase_54 AC 5 ms
13,892 KB
testcase_55 AC 11 ms
14,532 KB
testcase_56 AC 21 ms
15,820 KB
testcase_57 AC 20 ms
19,432 KB
testcase_58 AC 11 ms
16,176 KB
testcase_59 AC 14 ms
14,404 KB
testcase_60 AC 10 ms
14,280 KB
testcase_61 AC 18 ms
18,356 KB
testcase_62 AC 16 ms
17,740 KB
testcase_63 AC 18 ms
17,360 KB
testcase_64 AC 12 ms
14,408 KB
testcase_65 AC 20 ms
17,988 KB
testcase_66 AC 19 ms
17,360 KB
testcase_67 AC 15 ms
16,792 KB
testcase_68 AC 15 ms
18,028 KB
testcase_69 AC 17 ms
17,992 KB
testcase_70 AC 19 ms
16,976 KB
testcase_71 AC 13 ms
14,660 KB
testcase_72 WA -
testcase_73 AC 24 ms
14,924 KB
testcase_74 AC 14 ms
15,052 KB
testcase_75 AC 23 ms
18,648 KB
testcase_76 AC 18 ms
14,928 KB
testcase_77 AC 14 ms
16,080 KB
testcase_78 AC 12 ms
16,840 KB
testcase_79 AC 12 ms
15,968 KB
testcase_80 AC 22 ms
17,456 KB
testcase_81 AC 23 ms
16,972 KB
testcase_82 AC 17 ms
17,040 KB
testcase_83 AC 18 ms
16,896 KB
testcase_84 AC 16 ms
14,404 KB
testcase_85 AC 6 ms
13,768 KB
testcase_86 AC 17 ms
16,500 KB
testcase_87 AC 19 ms
17,352 KB
testcase_88 AC 11 ms
14,152 KB
testcase_89 AC 18 ms
13,772 KB
testcase_90 AC 12 ms
14,024 KB
testcase_91 AC 20 ms
13,892 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<bits/stdc++.h>
#define int long long
using namespace std;
inline int read()
{
	register int x=0,f=0;register char c=getchar();
	while(c<'0'||c>'9')f=(c=='-'),c=getchar();
	while(c>='0'&&c<='9')x=(x<<3)+(x<<1)+(c&15),c=getchar();
	return f?-x:x;
}
const int MAXN=1e6;
int n,a,b,w,d[MAXN],dp[MAXN];
double Y(int i){
	return 1.0*(dp[i]+1.0*(i*i+i)*0.5*b+i*a);
}
int X(int i){
	return 1.0*i;
}
//long double K(int j1,int j2){
//	return (long double)1.0*(Y(j1)-Y(j2))/(X(j1)-X(j2));
//}
//inline long double Y(int i){
//	double s=dp[i]+b*i*i*0.5+b*i*0.5+i*a;
//	return s*1.000;
//}
//inline long double X(int i){return i*1.00;}
inline long double K(int i,int j){return (Y(i)-Y(j))*1.00/(X(i)-X(j));}
int q[MAXN],head,tail;
signed main()
{
//	freopen("chips.in","r",stdin);
//	freopen("chips.out","w",stdout);
	memset(dp,0x3f,sizeof dp);
	n=read();a=read();b=read();w=read();
	for(int i=1;i<=n;i++)d[i]=read();
	dp[0]=w;
	head=1;tail=1;q[1]=0;
	for(int i=1;i<=n;i++){
		while(head<tail && K(q[head],q[head+1])<=1.0*i*b)head++;
		int j=q[head];
		dp[i]=dp[j]-(i-j-1)*a+d[i]+(i-j-1)*(i-j)/2*b;
		while(head<tail && K(q[tail],i)<=K(q[tail],q[tail-1]) )tail--;
		q[++tail]=i;
	}
	
	int ans=1e18;
	for(int i=n;i>=0;i--){
		ans=min(ans,dp[i]-(n-i)*a+(n-i+1)*(n-i)/2*b);
	}
	cout<<ans;
	return 0;
}
0