結果

問題 No.21 平均の差
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 22:18:45
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 340 ms / 5,000 ms
コード長 28 bytes
コンパイル時間 333 ms
コンパイル使用メモリ 131,880 KB
実行使用メモリ 144,468 KB
最終ジャッジ日時 2024-06-29 23:29:35
合計ジャッジ時間 4,637 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 340 ms
143,956 KB
testcase_01 AC 339 ms
144,080 KB
testcase_02 AC 336 ms
144,468 KB
testcase_03 AC 337 ms
144,080 KB
testcase_04 AC 337 ms
144,340 KB
testcase_05 AC 338 ms
144,340 KB
testcase_06 AC 335 ms
144,208 KB
testcase_07 AC 337 ms
144,080 KB
testcase_08 AC 337 ms
144,336 KB
testcase_09 AC 336 ms
144,340 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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