結果

問題 No.965 門松列が嫌い
ユーザー kotatsugamekotatsugame
提出日時 2020-01-18 00:52:20
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 32 bytes
コンパイル時間 483 ms
コンパイル使用メモリ 120,024 KB
実行使用メモリ 137,548 KB
最終ジャッジ日時 2023-09-08 10:35:30
合計ジャッジ時間 5,106 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 359 ms
133,560 KB
testcase_01 AC 358 ms
133,592 KB
testcase_02 AC 367 ms
133,804 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 348 ms
133,700 KB
testcase_08 WA -
testcase_09 AC 359 ms
133,696 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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