結果

問題 No.21 平均の差
ユーザー tailstails
提出日時 2017-07-05 23:26:52
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 314 ms / 5,000 ms
コード長 31 bytes
コンパイル時間 273 ms
コンパイル使用メモリ 132,788 KB
実行使用メモリ 137,632 KB
最終ジャッジ日時 2024-05-03 13:32:56
合計ジャッジ時間 4,212 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 314 ms
136,996 KB
testcase_01 AC 309 ms
137,380 KB
testcase_02 AC 306 ms
137,252 KB
testcase_03 AC 305 ms
137,528 KB
testcase_04 AC 309 ms
137,508 KB
testcase_05 AC 306 ms
137,632 KB
testcase_06 AC 307 ms
137,508 KB
testcase_07 AC 310 ms
137,140 KB
testcase_08 AC 309 ms
137,380 KB
testcase_09 AC 308 ms
137,508 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$_=+<<lines[2..*];say .max-.min
0