結果

問題 No.2617 容量3のナップザック
ユーザー 👑 p-adicp-adic
提出日時 2023-12-19 21:45:38
言語 cLay
(20240714-1)
結果
AC  
実行時間 267 ms / 2,000 ms
コード長 421 bytes
コンパイル時間 2,445 ms
コンパイル使用メモリ 180,084 KB
実行使用メモリ 138,092 KB
最終ジャッジ日時 2024-09-27 11:11:29
合計ジャッジ時間 7,127 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,816 KB
testcase_01 AC 2 ms
6,940 KB
testcase_02 AC 2 ms
6,940 KB
testcase_03 AC 1 ms
6,944 KB
testcase_04 AC 2 ms
6,940 KB
testcase_05 AC 2 ms
6,944 KB
testcase_06 AC 2 ms
6,940 KB
testcase_07 AC 1 ms
6,944 KB
testcase_08 AC 2 ms
6,944 KB
testcase_09 AC 2 ms
6,944 KB
testcase_10 AC 1 ms
6,944 KB
testcase_11 AC 2 ms
6,944 KB
testcase_12 AC 153 ms
63,020 KB
testcase_13 AC 134 ms
29,156 KB
testcase_14 AC 147 ms
58,048 KB
testcase_15 AC 89 ms
17,208 KB
testcase_16 AC 134 ms
72,624 KB
testcase_17 AC 123 ms
39,244 KB
testcase_18 AC 121 ms
36,488 KB
testcase_19 AC 22 ms
8,188 KB
testcase_20 AC 121 ms
25,892 KB
testcase_21 AC 74 ms
31,744 KB
testcase_22 AC 136 ms
26,172 KB
testcase_23 AC 155 ms
40,572 KB
testcase_24 AC 8 ms
6,940 KB
testcase_25 AC 106 ms
38,056 KB
testcase_26 AC 157 ms
95,264 KB
testcase_27 AC 63 ms
29,536 KB
testcase_28 AC 6 ms
6,944 KB
testcase_29 AC 55 ms
16,992 KB
testcase_30 AC 127 ms
26,388 KB
testcase_31 AC 127 ms
41,952 KB
testcase_32 AC 151 ms
37,676 KB
testcase_33 AC 166 ms
43,496 KB
testcase_34 AC 184 ms
57,240 KB
testcase_35 AC 164 ms
40,264 KB
testcase_36 AC 267 ms
138,092 KB
testcase_37 AC 184 ms
58,344 KB
testcase_38 AC 148 ms
29,100 KB
testcase_39 AC 193 ms
65,936 KB
testcase_40 AC 169 ms
42,356 KB
testcase_41 AC 86 ms
37,432 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@K,@s,@a,@b,@m,f[2N]{s},r;REP(i,1,2N)f[i]=(a*f[i-1]+b)%m;vector<ll>v[4];rep(i,N)b=f[i]%3+1,v[b].push_back(-b*f[i+N]);rep(w,1,4){auto&u=v[w];u.push_back(-1d18),sort(u.begin(),u.end()),u[0]=0,b=u.size();rep(i,1,b)(u[i]*=-1)+=u[i-1];while(b<4K)u.push_back(u.back()),b++;}a=v[3][K];rep(k,K){b=K-k,s=0,r=b+1;while(s<r-1)m=(s+r)/2,(v[2][m]-v[2][m-1]<v[1][3b-2m+2]-v[1][3b-2m]?r:s)=m;a>?=v[3][k]+v[2][s]+v[1][3b-2s];}wt(a);
0