結果

問題 No.275 中央値を求めよ
ユーザー yuruhiyayuruhiya
提出日時 2020-10-12 17:16:01
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 340 ms / 1,000 ms
コード長 47 bytes
コンパイル時間 266 ms
コンパイル使用メモリ 120,112 KB
実行使用メモリ 132,576 KB
最終ジャッジ日時 2023-09-27 23:45:10
合計ジャッジ時間 15,163 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 318 ms
132,084 KB
testcase_01 AC 313 ms
131,832 KB
testcase_02 AC 302 ms
132,160 KB
testcase_03 AC 304 ms
131,984 KB
testcase_04 AC 304 ms
131,832 KB
testcase_05 AC 308 ms
131,732 KB
testcase_06 AC 305 ms
132,128 KB
testcase_07 AC 313 ms
132,132 KB
testcase_08 AC 309 ms
132,312 KB
testcase_09 AC 306 ms
132,188 KB
testcase_10 AC 313 ms
132,176 KB
testcase_11 AC 305 ms
132,096 KB
testcase_12 AC 299 ms
131,968 KB
testcase_13 AC 304 ms
131,952 KB
testcase_14 AC 313 ms
132,000 KB
testcase_15 AC 325 ms
132,160 KB
testcase_16 AC 319 ms
132,392 KB
testcase_17 AC 315 ms
132,268 KB
testcase_18 AC 318 ms
132,376 KB
testcase_19 AC 329 ms
132,284 KB
testcase_20 AC 334 ms
132,056 KB
testcase_21 AC 315 ms
132,308 KB
testcase_22 AC 317 ms
132,304 KB
testcase_23 AC 316 ms
132,288 KB
testcase_24 AC 307 ms
132,324 KB
testcase_25 AC 317 ms
132,576 KB
testcase_26 AC 320 ms
132,112 KB
testcase_27 AC 316 ms
132,332 KB
testcase_28 AC 311 ms
132,232 KB
testcase_29 AC 318 ms
132,300 KB
testcase_30 AC 315 ms
131,968 KB
testcase_31 AC 324 ms
132,296 KB
testcase_32 AC 314 ms
132,176 KB
testcase_33 AC 320 ms
132,424 KB
testcase_34 AC 309 ms
132,144 KB
testcase_35 AC 316 ms
132,188 KB
testcase_36 AC 316 ms
132,376 KB
testcase_37 AC 314 ms
132,264 KB
testcase_38 AC 315 ms
132,052 KB
testcase_39 AC 340 ms
131,992 KB
testcase_40 AC 321 ms
132,472 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;$_=sort +<<words;say sum .[+^-$_/2,$_/2]X/2
0