結果

問題 No.949 飲酒プログラミングコンテスト
ユーザー 👑 hos.lyrichos.lyric
提出日時 2019-12-12 01:00:38
言語 cLay
(20240714-1)
結果
AC  
実行時間 220 ms / 2,500 ms
コード長 177 bytes
コンパイル時間 4,722 ms
コンパイル使用メモリ 209,616 KB
実行使用メモリ 285,952 KB
最終ジャッジ日時 2024-07-05 13:29:58
合計ジャッジ時間 12,480 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 190 ms
285,696 KB
testcase_01 AC 201 ms
285,824 KB
testcase_02 AC 193 ms
285,824 KB
testcase_03 AC 194 ms
285,824 KB
testcase_04 AC 195 ms
285,824 KB
testcase_05 AC 195 ms
285,824 KB
testcase_06 AC 192 ms
285,696 KB
testcase_07 AC 201 ms
285,696 KB
testcase_08 AC 194 ms
285,824 KB
testcase_09 AC 193 ms
285,696 KB
testcase_10 AC 192 ms
285,824 KB
testcase_11 AC 205 ms
285,824 KB
testcase_12 AC 207 ms
285,824 KB
testcase_13 AC 205 ms
285,824 KB
testcase_14 AC 195 ms
285,824 KB
testcase_15 AC 201 ms
285,824 KB
testcase_16 AC 208 ms
285,824 KB
testcase_17 AC 197 ms
285,824 KB
testcase_18 AC 220 ms
285,696 KB
testcase_19 AC 206 ms
285,824 KB
testcase_20 AC 195 ms
285,824 KB
testcase_21 AC 194 ms
285,824 KB
testcase_22 AC 194 ms
285,696 KB
testcase_23 AC 190 ms
285,824 KB
testcase_24 AC 216 ms
285,696 KB
testcase_25 AC 212 ms
285,696 KB
testcase_26 AC 215 ms
285,824 KB
testcase_27 AC 219 ms
285,824 KB
testcase_28 AC 218 ms
285,824 KB
testcase_29 AC 210 ms
285,824 KB
testcase_30 AC 209 ms
285,824 KB
testcase_31 AC 210 ms
285,952 KB
testcase_32 AC 210 ms
285,696 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

{ll m=6010,n,a[m],b[m],d[m],f[m][m],s;rd(n,a(n+1),b(n+1),d(n));sortA(n,d);rrep(x,n+1)rrep(y,n+1){s=f[x+1][y+1];f[x][y+1]>?=s+=a[x]+b[y]>=d[s];f[x+1][y]>?=s;}wt(min(f[1][1],n));}
0