結果

問題 No.21 平均の差
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 17:23:02
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 384 ms / 5,000 ms
コード長 30 bytes
コンパイル時間 422 ms
コンパイル使用メモリ 125,216 KB
実行使用メモリ 136,972 KB
最終ジャッジ日時 2024-07-20 20:58:12
合計ジャッジ時間 4,837 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 340 ms
136,972 KB
testcase_01 AC 333 ms
136,832 KB
testcase_02 AC 384 ms
136,736 KB
testcase_03 AC 330 ms
136,484 KB
testcase_04 AC 335 ms
136,740 KB
testcase_05 AC 342 ms
136,860 KB
testcase_06 AC 333 ms
136,484 KB
testcase_07 AC 334 ms
136,484 KB
testcase_08 AC 337 ms
136,304 KB
testcase_09 AC 338 ms
136,356 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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