結果

問題 No.609 Noelちゃんと星々
ユーザー letrangerjpletrangerjp
提出日時 2017-12-09 00:59:32
言語 Ruby
(3.3.0)
結果
AC  
実行時間 227 ms / 2,000 ms
コード長 65 bytes
コンパイル時間 137 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 30,160 KB
最終ジャッジ日時 2024-05-07 07:09:31
合計ジャッジ時間 5,754 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 189 ms
26,496 KB
testcase_01 AC 139 ms
19,584 KB
testcase_02 AC 125 ms
17,280 KB
testcase_03 AC 133 ms
18,944 KB
testcase_04 AC 113 ms
15,232 KB
testcase_05 AC 204 ms
28,896 KB
testcase_06 AC 192 ms
26,624 KB
testcase_07 AC 152 ms
21,632 KB
testcase_08 AC 106 ms
13,824 KB
testcase_09 AC 131 ms
17,920 KB
testcase_10 AC 171 ms
23,936 KB
testcase_11 AC 159 ms
23,296 KB
testcase_12 AC 182 ms
25,984 KB
testcase_13 AC 107 ms
14,336 KB
testcase_14 AC 101 ms
13,056 KB
testcase_15 AC 199 ms
26,880 KB
testcase_16 AC 212 ms
29,520 KB
testcase_17 AC 192 ms
26,368 KB
testcase_18 AC 126 ms
17,024 KB
testcase_19 AC 197 ms
26,752 KB
testcase_20 AC 219 ms
30,152 KB
testcase_21 AC 219 ms
29,948 KB
testcase_22 AC 227 ms
30,160 KB
testcase_23 AC 216 ms
30,028 KB
testcase_24 AC 214 ms
30,160 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"N,*A="+gets(p).split*?,
p A.sort!.map{|a|(a-A[N/2]).abs}.sum
0