結果

問題 No.733 分身並列コーディング
ユーザー 👑 hos.lyrichos.lyric
提出日時 2019-01-31 03:09:59
言語 Ruby
(3.3.0)
結果
AC  
実行時間 737 ms / 1,500 ms
コード長 159 bytes
コンパイル時間 441 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 16,512 KB
最終ジャッジ日時 2024-11-07 05:16:58
合計ジャッジ時間 20,072 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 88 ms
12,160 KB
testcase_01 AC 89 ms
12,160 KB
testcase_02 AC 89 ms
12,288 KB
testcase_03 AC 716 ms
16,384 KB
testcase_04 AC 717 ms
16,384 KB
testcase_05 AC 711 ms
16,128 KB
testcase_06 AC 88 ms
12,032 KB
testcase_07 AC 713 ms
16,128 KB
testcase_08 AC 712 ms
16,256 KB
testcase_09 AC 392 ms
15,360 KB
testcase_10 AC 124 ms
12,800 KB
testcase_11 AC 122 ms
12,672 KB
testcase_12 AC 90 ms
12,032 KB
testcase_13 AC 88 ms
12,032 KB
testcase_14 AC 232 ms
13,568 KB
testcase_15 AC 108 ms
12,032 KB
testcase_16 AC 90 ms
12,160 KB
testcase_17 AC 90 ms
12,160 KB
testcase_18 AC 128 ms
12,800 KB
testcase_19 AC 391 ms
15,488 KB
testcase_20 AC 390 ms
14,976 KB
testcase_21 AC 233 ms
13,440 KB
testcase_22 AC 737 ms
16,128 KB
testcase_23 AC 238 ms
13,184 KB
testcase_24 AC 235 ms
13,184 KB
testcase_25 AC 91 ms
12,288 KB
testcase_26 AC 89 ms
12,160 KB
testcase_27 AC 107 ms
12,288 KB
testcase_28 AC 717 ms
16,128 KB
testcase_29 AC 719 ms
15,872 KB
testcase_30 AC 724 ms
16,128 KB
testcase_31 AC 729 ms
16,256 KB
testcase_32 AC 161 ms
12,800 KB
testcase_33 AC 160 ms
12,800 KB
testcase_34 AC 160 ms
12,800 KB
testcase_35 AC 159 ms
12,800 KB
testcase_36 AC 162 ms
12,800 KB
testcase_37 AC 162 ms
13,056 KB
testcase_38 AC 728 ms
16,128 KB
testcase_39 AC 718 ms
16,256 KB
testcase_40 AC 725 ms
16,000 KB
testcase_41 AC 161 ms
12,800 KB
testcase_42 AC 160 ms
12,672 KB
testcase_43 AC 160 ms
12,928 KB
testcase_44 AC 721 ms
16,128 KB
testcase_45 AC 722 ms
16,128 KB
testcase_46 AC 711 ms
16,512 KB
testcase_47 AC 712 ms
16,512 KB
testcase_48 AC 736 ms
16,256 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

t=gets.to_i
r=0...n=gets.to_i
a=r.map{gets.to_i}
d=[0]
(1..1<<n).map{|h|d<<r.map{|i|h[i]>0?(x=d[h^1<<i];y=t-x%t;y<(b=a[i])?x+b+y:x+b):1e9}.min}
p (d[-2]+t-1)/t
0