結果

問題 No.549 素材合成システム
ユーザー letrangerjpletrangerjp
提出日時 2017-07-28 23:15:21
言語 Ruby
(3.3.0)
結果
AC  
実行時間 178 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 160 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 28,612 KB
最終ジャッジ日時 2024-04-18 11:35:59
合計ジャッジ時間 7,631 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 77 ms
12,160 KB
testcase_01 AC 79 ms
12,160 KB
testcase_02 AC 86 ms
12,160 KB
testcase_03 AC 75 ms
12,288 KB
testcase_04 AC 79 ms
12,160 KB
testcase_05 AC 77 ms
12,032 KB
testcase_06 AC 84 ms
12,288 KB
testcase_07 AC 159 ms
28,120 KB
testcase_08 AC 160 ms
28,024 KB
testcase_09 AC 162 ms
28,124 KB
testcase_10 AC 156 ms
27,900 KB
testcase_11 AC 158 ms
27,984 KB
testcase_12 AC 156 ms
28,024 KB
testcase_13 AC 159 ms
28,020 KB
testcase_14 AC 158 ms
27,856 KB
testcase_15 AC 156 ms
28,128 KB
testcase_16 AC 158 ms
27,996 KB
testcase_17 AC 148 ms
27,356 KB
testcase_18 AC 135 ms
24,960 KB
testcase_19 AC 145 ms
26,720 KB
testcase_20 AC 154 ms
26,224 KB
testcase_21 AC 155 ms
26,564 KB
testcase_22 AC 149 ms
25,984 KB
testcase_23 AC 163 ms
28,612 KB
testcase_24 AC 152 ms
26,496 KB
testcase_25 AC 141 ms
25,344 KB
testcase_26 AC 159 ms
27,500 KB
testcase_27 AC 146 ms
25,600 KB
testcase_28 AC 81 ms
12,160 KB
testcase_29 AC 82 ms
12,160 KB
testcase_30 AC 75 ms
12,160 KB
testcase_31 AC 152 ms
27,256 KB
testcase_32 AC 158 ms
27,252 KB
testcase_33 AC 153 ms
27,476 KB
testcase_34 AC 151 ms
27,124 KB
testcase_35 AC 178 ms
28,228 KB
testcase_36 AC 152 ms
27,380 KB
testcase_37 AC 156 ms
27,228 KB
testcase_38 AC 78 ms
12,288 KB
testcase_39 AC 77 ms
12,032 KB
testcase_40 AC 131 ms
23,168 KB
testcase_41 AC 102 ms
16,512 KB
testcase_42 AC 87 ms
12,416 KB
testcase_43 AC 104 ms
17,920 KB
testcase_44 AC 88 ms
13,696 KB
testcase_45 AC 107 ms
19,200 KB
testcase_46 AC 93 ms
16,128 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"N,*X="+`dd`.split*?,
p X.map{|n|n/2}.sum+-~X.max/2
0