結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 194 ms
26,388 KB
testcase_01 AC 123 ms
16,200 KB
testcase_02 AC 84 ms
13,028 KB
testcase_03 AC 110 ms
15,388 KB
testcase_04 AC 55 ms
10,496 KB
testcase_05 AC 308 ms
31,548 KB
testcase_06 AC 262 ms
27,864 KB
testcase_07 AC 164 ms
18,800 KB
testcase_08 AC 36 ms
8,448 KB
testcase_09 AC 101 ms
14,044 KB
testcase_10 AC 202 ms
21,864 KB
testcase_11 AC 185 ms
20,904 KB
testcase_12 AC 229 ms
24,784 KB
testcase_13 AC 44 ms
9,344 KB
testcase_14 AC 21 ms
7,168 KB
testcase_15 AC 284 ms
28,396 KB
testcase_16 AC 338 ms
32,252 KB
testcase_17 AC 262 ms
26,656 KB
testcase_18 AC 86 ms
12,800 KB
testcase_19 AC 283 ms
27,964 KB
testcase_20 AC 354 ms
32,936 KB
testcase_21 AC 372 ms
32,932 KB
testcase_22 AC 357 ms
32,936 KB
testcase_23 AC 362 ms
33,060 KB
testcase_24 AC 376 ms
32,936 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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