結果

問題 No.21 平均の差
ユーザー tailstails
提出日時 2017-07-05 23:26:52
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 333 ms / 5,000 ms
コード長 31 bytes
コンパイル時間 275 ms
コンパイル使用メモリ 134,176 KB
実行使用メモリ 137,616 KB
最終ジャッジ日時 2024-11-24 13:47:28
合計ジャッジ時間 4,235 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 309 ms
137,484 KB
testcase_01 AC 318 ms
137,488 KB
testcase_02 AC 333 ms
137,100 KB
testcase_03 AC 310 ms
137,380 KB
testcase_04 AC 304 ms
137,228 KB
testcase_05 AC 310 ms
137,100 KB
testcase_06 AC 309 ms
137,360 KB
testcase_07 AC 311 ms
137,616 KB
testcase_08 AC 307 ms
136,972 KB
testcase_09 AC 310 ms
137,508 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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