結果

問題 No.965 門松列が嫌い
ユーザー kotatsugamekotatsugame
提出日時 2020-01-18 00:52:20
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 32 bytes
コンパイル時間 1,775 ms
コンパイル使用メモリ 130,548 KB
実行使用メモリ 140,664 KB
最終ジャッジ日時 2024-06-26 03:55:54
合計ジャッジ時間 6,447 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 374 ms
140,660 KB
testcase_01 AC 365 ms
140,664 KB
testcase_02 AC 373 ms
140,040 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 368 ms
140,536 KB
testcase_08 WA -
testcase_09 AC 364 ms
140,408 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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