結果

問題 No.965 門松列が嫌い
ユーザー kotatsugamekotatsugame
提出日時 2020-01-18 00:52:10
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 345 ms / 1,000 ms
コード長 35 bytes
コンパイル時間 1,190 ms
コンパイル使用メモリ 120,232 KB
実行使用メモリ 131,608 KB
最終ジャッジ日時 2023-09-08 10:35:03
合計ジャッジ時間 5,856 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 337 ms
131,608 KB
testcase_01 AC 338 ms
131,460 KB
testcase_02 AC 339 ms
131,532 KB
testcase_03 AC 337 ms
131,272 KB
testcase_04 AC 343 ms
131,408 KB
testcase_05 AC 341 ms
131,532 KB
testcase_06 AC 340 ms
131,532 KB
testcase_07 AC 345 ms
131,460 KB
testcase_08 AC 343 ms
131,388 KB
testcase_09 AC 338 ms
131,556 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=sort +<<words;say $2-$1 min$1-$0
0