結果

問題 No.949 飲酒プログラミングコンテスト
ユーザー 👑 hos.lyrichos.lyric
提出日時 2019-12-12 00:59:27
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 170 bytes
コンパイル時間 5,114 ms
コンパイル使用メモリ 210,404 KB
実行使用メモリ 287,944 KB
最終ジャッジ日時 2024-07-05 13:29:34
合計ジャッジ時間 13,964 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 209 ms
285,696 KB
testcase_01 AC 211 ms
285,824 KB
testcase_02 AC 212 ms
285,952 KB
testcase_03 AC 207 ms
285,824 KB
testcase_04 AC 209 ms
285,824 KB
testcase_05 AC 211 ms
285,824 KB
testcase_06 AC 208 ms
285,824 KB
testcase_07 AC 210 ms
285,824 KB
testcase_08 AC 208 ms
285,696 KB
testcase_09 AC 212 ms
285,696 KB
testcase_10 AC 211 ms
285,696 KB
testcase_11 AC 226 ms
285,824 KB
testcase_12 AC 225 ms
285,824 KB
testcase_13 AC 224 ms
285,824 KB
testcase_14 AC 212 ms
285,824 KB
testcase_15 AC 219 ms
285,696 KB
testcase_16 AC 226 ms
285,824 KB
testcase_17 WA -
testcase_18 AC 241 ms
285,824 KB
testcase_19 AC 222 ms
285,824 KB
testcase_20 AC 212 ms
285,824 KB
testcase_21 AC 216 ms
285,824 KB
testcase_22 AC 213 ms
285,824 KB
testcase_23 AC 210 ms
285,824 KB
testcase_24 AC 240 ms
285,696 KB
testcase_25 AC 232 ms
285,696 KB
testcase_26 AC 234 ms
285,824 KB
testcase_27 AC 231 ms
285,824 KB
testcase_28 WA -
testcase_29 AC 229 ms
285,824 KB
testcase_30 AC 229 ms
285,824 KB
testcase_31 AC 230 ms
285,696 KB
testcase_32 AC 310 ms
285,824 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(f[1][1]);}
0