結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 141 ms
18,944 KB
testcase_01 AC 113 ms
15,616 KB
testcase_02 AC 104 ms
14,208 KB
testcase_03 AC 107 ms
14,976 KB
testcase_04 AC 95 ms
13,440 KB
testcase_05 AC 151 ms
21,376 KB
testcase_06 AC 146 ms
19,328 KB
testcase_07 AC 115 ms
16,384 KB
testcase_08 AC 94 ms
12,672 KB
testcase_09 AC 106 ms
14,848 KB
testcase_10 AC 131 ms
17,792 KB
testcase_11 AC 123 ms
17,152 KB
testcase_12 AC 144 ms
18,560 KB
testcase_13 AC 96 ms
12,928 KB
testcase_14 AC 87 ms
12,288 KB
testcase_15 AC 147 ms
19,712 KB
testcase_16 AC 156 ms
21,376 KB
testcase_17 AC 147 ms
18,944 KB
testcase_18 AC 99 ms
14,080 KB
testcase_19 AC 145 ms
19,328 KB
testcase_20 AC 159 ms
21,888 KB
testcase_21 AC 158 ms
21,760 KB
testcase_22 AC 157 ms
21,632 KB
testcase_23 AC 155 ms
21,760 KB
testcase_24 AC 153 ms
21,760 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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