結果

問題 No.609 Noelちゃんと星々
ユーザー letrangerjpletrangerjp
提出日時 2017-12-09 00:35:55
言語 Ruby
(3.3.0)
結果
AC  
実行時間 199 ms / 2,000 ms
コード長 65 bytes
コンパイル時間 64 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 30,160 KB
最終ジャッジ日時 2024-05-07 06:22:03
合計ジャッジ時間 4,944 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 167 ms
26,368 KB
testcase_01 AC 123 ms
19,584 KB
testcase_02 AC 108 ms
17,024 KB
testcase_03 AC 118 ms
18,944 KB
testcase_04 AC 102 ms
15,232 KB
testcase_05 AC 187 ms
29,052 KB
testcase_06 AC 171 ms
26,752 KB
testcase_07 AC 138 ms
21,504 KB
testcase_08 AC 93 ms
13,824 KB
testcase_09 AC 114 ms
17,920 KB
testcase_10 AC 150 ms
23,936 KB
testcase_11 AC 140 ms
23,168 KB
testcase_12 AC 159 ms
25,856 KB
testcase_13 AC 99 ms
14,208 KB
testcase_14 AC 87 ms
13,056 KB
testcase_15 AC 172 ms
26,752 KB
testcase_16 AC 187 ms
29,440 KB
testcase_17 AC 168 ms
26,240 KB
testcase_18 AC 108 ms
16,896 KB
testcase_19 AC 171 ms
26,624 KB
testcase_20 AC 189 ms
29,936 KB
testcase_21 AC 199 ms
30,160 KB
testcase_22 AC 195 ms
30,036 KB
testcase_23 AC 193 ms
30,028 KB
testcase_24 AC 195 ms
29,944 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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