結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 309 ms
135,824 KB
testcase_01 AC 302 ms
136,588 KB
testcase_02 AC 296 ms
136,848 KB
testcase_03 AC 306 ms
136,464 KB
testcase_04 AC 304 ms
136,976 KB
testcase_05 AC 298 ms
136,460 KB
testcase_06 WA -
testcase_07 AC 318 ms
136,464 KB
testcase_08 AC 314 ms
136,720 KB
testcase_09 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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