結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 313 ms
131,520 KB
testcase_01 AC 352 ms
131,792 KB
testcase_02 AC 308 ms
131,688 KB
testcase_03 AC 308 ms
131,656 KB
testcase_04 AC 314 ms
131,712 KB
testcase_05 AC 327 ms
131,572 KB
testcase_06 AC 316 ms
131,820 KB
testcase_07 AC 326 ms
131,948 KB
testcase_08 AC 311 ms
132,008 KB
testcase_09 AC 318 ms
131,800 KB
testcase_10 AC 332 ms
131,884 KB
testcase_11 AC 329 ms
131,584 KB
testcase_12 AC 399 ms
131,584 KB
testcase_13 AC 392 ms
131,988 KB
testcase_14 AC 391 ms
131,936 KB
testcase_15 AC 391 ms
132,120 KB
testcase_16 AC 328 ms
131,820 KB
testcase_17 AC 316 ms
132,208 KB
testcase_18 AC 324 ms
132,132 KB
testcase_19 AC 337 ms
132,100 KB
testcase_20 AC 326 ms
131,976 KB
testcase_21 AC 376 ms
132,212 KB
testcase_22 AC 420 ms
131,740 KB
testcase_23 AC 399 ms
132,004 KB
testcase_24 AC 339 ms
131,996 KB
testcase_25 AC 343 ms
131,812 KB
testcase_26 AC 323 ms
131,884 KB
testcase_27 AC 417 ms
131,884 KB
testcase_28 AC 371 ms
131,832 KB
testcase_29 AC 325 ms
131,988 KB
testcase_30 AC 347 ms
132,024 KB
testcase_31 AC 360 ms
132,080 KB
testcase_32 AC 410 ms
131,956 KB
testcase_33 AC 476 ms
131,988 KB
testcase_34 AC 404 ms
131,920 KB
testcase_35 AC 324 ms
132,204 KB
testcase_36 AC 325 ms
132,332 KB
testcase_37 AC 312 ms
131,952 KB
testcase_38 AC 319 ms
132,176 KB
testcase_39 AC 321 ms
131,948 KB
testcase_40 AC 312 ms
132,200 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;$_=sort +<<words;say (.[+^-$_/2]+.[$_/2])/2
0