結果

問題 No.21 平均の差
ユーザー %20%20
提出日時 2017-07-05 23:50:31
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 28 bytes
コンパイル時間 358 ms
コンパイル使用メモリ 125,188 KB
実行使用メモリ 137,124 KB
最終ジャッジ日時 2024-11-24 13:47:43
合計ジャッジ時間 4,278 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 325 ms
136,436 KB
testcase_01 AC 307 ms
136,720 KB
testcase_02 AC 309 ms
136,720 KB
testcase_03 AC 307 ms
136,464 KB
testcase_04 AC 307 ms
136,976 KB
testcase_05 AC 310 ms
135,540 KB
testcase_06 WA -
testcase_07 AC 308 ms
137,124 KB
testcase_08 AC 312 ms
136,848 KB
testcase_09 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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