結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 193 ms
26,616 KB
testcase_01 AC 119 ms
16,200 KB
testcase_02 AC 83 ms
13,028 KB
testcase_03 AC 111 ms
15,520 KB
testcase_04 AC 61 ms
10,496 KB
testcase_05 AC 307 ms
31,548 KB
testcase_06 AC 257 ms
27,992 KB
testcase_07 AC 158 ms
18,928 KB
testcase_08 AC 36 ms
8,320 KB
testcase_09 AC 101 ms
14,040 KB
testcase_10 AC 189 ms
21,948 KB
testcase_11 AC 179 ms
20,904 KB
testcase_12 AC 230 ms
24,784 KB
testcase_13 AC 43 ms
9,344 KB
testcase_14 AC 21 ms
7,296 KB
testcase_15 AC 285 ms
28,392 KB
testcase_16 AC 322 ms
32,256 KB
testcase_17 AC 259 ms
26,540 KB
testcase_18 AC 88 ms
12,800 KB
testcase_19 AC 277 ms
27,876 KB
testcase_20 AC 343 ms
33,056 KB
testcase_21 AC 348 ms
33,060 KB
testcase_22 AC 363 ms
33,060 KB
testcase_23 AC 363 ms
33,064 KB
testcase_24 AC 355 ms
33,056 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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