結果

問題 No.275 中央値を求めよ
ユーザー yuruhiyayuruhiya
提出日時 2021-08-01 16:33:04
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 406 ms / 1,000 ms
コード長 44 bytes
コンパイル時間 392 ms
コンパイル使用メモリ 120,272 KB
実行使用メモリ 133,044 KB
最終ジャッジ日時 2023-10-14 18:46:55
合計ジャッジ時間 19,682 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 390 ms
132,316 KB
testcase_01 AC 394 ms
132,564 KB
testcase_02 AC 379 ms
132,768 KB
testcase_03 AC 384 ms
132,280 KB
testcase_04 AC 377 ms
132,392 KB
testcase_05 AC 373 ms
132,392 KB
testcase_06 AC 373 ms
132,708 KB
testcase_07 AC 396 ms
132,784 KB
testcase_08 AC 397 ms
132,628 KB
testcase_09 AC 397 ms
132,932 KB
testcase_10 AC 394 ms
132,720 KB
testcase_11 AC 390 ms
132,136 KB
testcase_12 AC 393 ms
132,504 KB
testcase_13 AC 396 ms
132,120 KB
testcase_14 AC 383 ms
132,400 KB
testcase_15 AC 404 ms
132,752 KB
testcase_16 AC 400 ms
132,880 KB
testcase_17 AC 395 ms
132,924 KB
testcase_18 AC 392 ms
132,624 KB
testcase_19 AC 392 ms
132,580 KB
testcase_20 AC 399 ms
132,768 KB
testcase_21 AC 400 ms
132,748 KB
testcase_22 AC 393 ms
132,736 KB
testcase_23 AC 393 ms
132,724 KB
testcase_24 AC 397 ms
132,756 KB
testcase_25 AC 403 ms
132,776 KB
testcase_26 AC 396 ms
132,760 KB
testcase_27 AC 402 ms
133,044 KB
testcase_28 AC 397 ms
132,468 KB
testcase_29 AC 403 ms
132,536 KB
testcase_30 AC 403 ms
132,516 KB
testcase_31 AC 406 ms
132,780 KB
testcase_32 AC 404 ms
132,820 KB
testcase_33 AC 406 ms
132,940 KB
testcase_34 AC 396 ms
131,900 KB
testcase_35 AC 398 ms
132,708 KB
testcase_36 AC 403 ms
132,696 KB
testcase_37 AC 395 ms
132,636 KB
testcase_38 AC 402 ms
132,636 KB
testcase_39 AC 399 ms
132,784 KB
testcase_40 AC 398 ms
132,732 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;sort(+<<words)~~say (.[+^-*/2]+.[*/2])/2
0