結果

問題 No.609 Noelちゃんと星々
ユーザー masaktmasakt
提出日時 2017-12-09 17:19:20
言語 Ruby
(3.3.0)
結果
AC  
実行時間 158 ms / 2,000 ms
コード長 59 bytes
コンパイル時間 71 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 20,992 KB
最終ジャッジ日時 2024-05-07 12:38:10
合計ジャッジ時間 4,230 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 144 ms
18,432 KB
testcase_01 AC 109 ms
15,232 KB
testcase_02 AC 99 ms
14,208 KB
testcase_03 AC 107 ms
14,848 KB
testcase_04 AC 93 ms
13,184 KB
testcase_05 AC 151 ms
20,608 KB
testcase_06 AC 143 ms
18,688 KB
testcase_07 AC 113 ms
16,000 KB
testcase_08 AC 89 ms
12,544 KB
testcase_09 AC 104 ms
14,336 KB
testcase_10 AC 124 ms
17,280 KB
testcase_11 AC 123 ms
16,640 KB
testcase_12 AC 136 ms
18,048 KB
testcase_13 AC 88 ms
12,800 KB
testcase_14 AC 83 ms
12,288 KB
testcase_15 AC 144 ms
18,944 KB
testcase_16 AC 154 ms
20,608 KB
testcase_17 AC 138 ms
18,432 KB
testcase_18 AC 97 ms
13,952 KB
testcase_19 AC 143 ms
18,944 KB
testcase_20 AC 158 ms
20,992 KB
testcase_21 AC 156 ms
20,992 KB
testcase_22 AC 157 ms
20,992 KB
testcase_23 AC 157 ms
20,864 KB
testcase_24 AC 157 ms
20,864 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n,*a=`dd`.split.map &:to_i;p a.sort!.sum{|x|(a[n/2]-x).abs}
0