結果

問題 No.609 Noelちゃんと星々
ユーザー tailstails
提出日時 2017-12-09 00:06:47
言語 Perl
(5.38.2)
結果
AC  
実行時間 118 ms / 2,000 ms
コード長 73 bytes
コンパイル時間 173 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 23,636 KB
最終ジャッジ日時 2024-05-07 06:14:17
合計ジャッジ時間 2,785 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 81 ms
19,072 KB
testcase_01 AC 39 ms
12,252 KB
testcase_02 AC 26 ms
9,984 KB
testcase_03 AC 41 ms
11,648 KB
testcase_04 AC 19 ms
8,448 KB
testcase_05 AC 107 ms
22,540 KB
testcase_06 AC 91 ms
20,316 KB
testcase_07 AC 48 ms
14,048 KB
testcase_08 AC 12 ms
7,040 KB
testcase_09 AC 32 ms
10,652 KB
testcase_10 AC 63 ms
16,220 KB
testcase_11 AC 57 ms
15,452 KB
testcase_12 AC 74 ms
18,108 KB
testcase_13 AC 14 ms
7,424 KB
testcase_14 AC 7 ms
6,144 KB
testcase_15 AC 92 ms
20,564 KB
testcase_16 AC 109 ms
23,156 KB
testcase_17 AC 84 ms
19,216 KB
testcase_18 AC 26 ms
9,960 KB
testcase_19 AC 89 ms
20,072 KB
testcase_20 AC 118 ms
23,636 KB
testcase_21 AC 114 ms
23,508 KB
testcase_22 AC 116 ms
23,636 KB
testcase_23 AC 112 ms
23,632 KB
testcase_24 AC 116 ms
23,636 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;
@y=sort{$a-$b}split/ /,<>;
$a=$y[@y/2];
$s+=abs$_-$a for @y;
print$s;
0