結果

問題 No.965 門松列が嫌い
ユーザー kotatsugamekotatsugame
提出日時 2020-01-18 00:52:10
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 369 ms / 1,000 ms
コード長 35 bytes
コンパイル時間 2,276 ms
コンパイル使用メモリ 126,732 KB
実行使用メモリ 136,336 KB
最終ジャッジ日時 2024-06-26 03:55:28
合計ジャッジ時間 4,900 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 368 ms
136,336 KB
testcase_01 AC 359 ms
136,180 KB
testcase_02 AC 368 ms
136,076 KB
testcase_03 AC 369 ms
136,080 KB
testcase_04 AC 360 ms
136,204 KB
testcase_05 AC 367 ms
135,712 KB
testcase_06 AC 364 ms
136,336 KB
testcase_07 AC 360 ms
135,716 KB
testcase_08 AC 363 ms
136,080 KB
testcase_09 AC 356 ms
136,208 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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