結果

問題 No.21 平均の差
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 17:23:02
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 329 ms / 5,000 ms
コード長 30 bytes
コンパイル時間 302 ms
コンパイル使用メモリ 120,388 KB
実行使用メモリ 132,132 KB
最終ジャッジ日時 2023-09-28 02:20:50
合計ジャッジ時間 4,913 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 310 ms
131,608 KB
testcase_01 AC 315 ms
131,856 KB
testcase_02 AC 308 ms
131,884 KB
testcase_03 AC 303 ms
131,844 KB
testcase_04 AC 307 ms
132,068 KB
testcase_05 AC 309 ms
131,736 KB
testcase_06 AC 305 ms
131,924 KB
testcase_07 AC 314 ms
131,840 KB
testcase_08 AC 314 ms
131,964 KB
testcase_09 AC 329 ms
132,132 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say +^-[minmax] +<<lines[2..*]
0