結果

問題 No.549 素材合成システム
ユーザー tailstails
提出日時 2017-07-28 22:31:08
言語 Perl
(5.38.2)
結果
AC  
実行時間 306 ms / 2,000 ms
コード長 78 bytes
コンパイル時間 267 ms
コンパイル使用メモリ 6,684 KB
実行使用メモリ 35,596 KB
最終ジャッジ日時 2024-04-18 11:56:11
合計ジャッジ時間 8,654 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
5,888 KB
testcase_01 AC 8 ms
6,016 KB
testcase_02 AC 7 ms
5,888 KB
testcase_03 AC 7 ms
6,016 KB
testcase_04 AC 6 ms
6,016 KB
testcase_05 AC 7 ms
6,016 KB
testcase_06 AC 7 ms
6,016 KB
testcase_07 AC 289 ms
35,596 KB
testcase_08 AC 306 ms
35,468 KB
testcase_09 AC 287 ms
35,468 KB
testcase_10 AC 282 ms
35,596 KB
testcase_11 AC 278 ms
35,596 KB
testcase_12 AC 283 ms
35,472 KB
testcase_13 AC 290 ms
35,468 KB
testcase_14 AC 292 ms
35,468 KB
testcase_15 AC 301 ms
35,596 KB
testcase_16 AC 277 ms
35,468 KB
testcase_17 AC 196 ms
35,200 KB
testcase_18 AC 151 ms
29,568 KB
testcase_19 AC 176 ms
34,176 KB
testcase_20 AC 174 ms
33,408 KB
testcase_21 AC 175 ms
32,768 KB
testcase_22 AC 164 ms
31,616 KB
testcase_23 AC 190 ms
35,584 KB
testcase_24 AC 260 ms
33,080 KB
testcase_25 AC 227 ms
29,992 KB
testcase_26 AC 271 ms
34,852 KB
testcase_27 AC 233 ms
30,596 KB
testcase_28 AC 7 ms
6,016 KB
testcase_29 AC 7 ms
6,016 KB
testcase_30 AC 7 ms
6,016 KB
testcase_31 AC 184 ms
35,328 KB
testcase_32 AC 192 ms
35,200 KB
testcase_33 AC 184 ms
35,328 KB
testcase_34 AC 186 ms
35,200 KB
testcase_35 AC 200 ms
35,584 KB
testcase_36 AC 217 ms
35,184 KB
testcase_37 AC 199 ms
35,184 KB
testcase_38 AC 7 ms
6,016 KB
testcase_39 AC 7 ms
6,016 KB
testcase_40 AC 169 ms
23,808 KB
testcase_41 AC 72 ms
13,808 KB
testcase_42 AC 12 ms
6,528 KB
testcase_43 AC 69 ms
16,128 KB
testcase_44 AC 28 ms
9,216 KB
testcase_45 AC 81 ms
17,920 KB
testcase_46 AC 50 ms
13,184 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;
@a=sort{$a-$b}glob<>;
$e=pop@a;
while(@a){
	$e+=int(pop(@a)/2);
}
print$e;
0