結果

問題 No.549 素材合成システム
ユーザー tailstails
提出日時 2017-07-28 22:31:08
言語 Perl
(5.38.2)
結果
AC  
実行時間 320 ms / 2,000 ms
コード長 78 bytes
コンパイル時間 96 ms
コンパイル使用メモリ 6,820 KB
実行使用メモリ 35,584 KB
最終ジャッジ日時 2024-10-10 05:08:27
合計ジャッジ時間 8,929 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
6,816 KB
testcase_01 AC 7 ms
6,816 KB
testcase_02 AC 8 ms
6,816 KB
testcase_03 AC 7 ms
6,816 KB
testcase_04 AC 8 ms
6,820 KB
testcase_05 AC 7 ms
6,816 KB
testcase_06 AC 7 ms
6,816 KB
testcase_07 AC 320 ms
35,464 KB
testcase_08 AC 311 ms
35,468 KB
testcase_09 AC 310 ms
35,340 KB
testcase_10 AC 307 ms
35,340 KB
testcase_11 AC 308 ms
35,344 KB
testcase_12 AC 309 ms
35,344 KB
testcase_13 AC 309 ms
35,468 KB
testcase_14 AC 315 ms
35,468 KB
testcase_15 AC 310 ms
35,464 KB
testcase_16 AC 306 ms
35,340 KB
testcase_17 AC 197 ms
35,072 KB
testcase_18 AC 159 ms
29,568 KB
testcase_19 AC 187 ms
34,048 KB
testcase_20 AC 182 ms
33,280 KB
testcase_21 AC 179 ms
32,768 KB
testcase_22 AC 174 ms
31,488 KB
testcase_23 AC 198 ms
35,584 KB
testcase_24 AC 272 ms
33,064 KB
testcase_25 AC 244 ms
29,864 KB
testcase_26 AC 292 ms
34,700 KB
testcase_27 AC 253 ms
30,464 KB
testcase_28 AC 8 ms
6,816 KB
testcase_29 AC 7 ms
6,816 KB
testcase_30 AC 8 ms
6,816 KB
testcase_31 AC 193 ms
35,200 KB
testcase_32 AC 195 ms
35,072 KB
testcase_33 AC 193 ms
35,200 KB
testcase_34 AC 194 ms
35,200 KB
testcase_35 AC 205 ms
35,584 KB
testcase_36 AC 208 ms
35,056 KB
testcase_37 AC 210 ms
35,052 KB
testcase_38 AC 8 ms
6,816 KB
testcase_39 AC 8 ms
6,816 KB
testcase_40 AC 183 ms
23,680 KB
testcase_41 AC 82 ms
13,684 KB
testcase_42 AC 13 ms
6,820 KB
testcase_43 AC 73 ms
16,000 KB
testcase_44 AC 28 ms
9,088 KB
testcase_45 AC 83 ms
17,920 KB
testcase_46 AC 53 ms
12,928 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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