結果

問題 No.69 文字を自由に並び替え
ユーザー yuruhiyayuruhiya
提出日時 2021-01-27 18:40:44
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 397 ms / 5,000 ms
コード長 38 bytes
コンパイル時間 2,589 ms
コンパイル使用メモリ 125,148 KB
実行使用メモリ 136,976 KB
最終ジャッジ日時 2024-06-24 20:58:41
合計ジャッジ時間 7,855 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 389 ms
136,716 KB
testcase_01 AC 390 ms
136,716 KB
testcase_02 AC 397 ms
136,976 KB
testcase_03 AC 395 ms
136,844 KB
testcase_04 AC 396 ms
136,816 KB
testcase_05 AC 391 ms
136,844 KB
testcase_06 AC 389 ms
136,972 KB
testcase_07 AC 383 ms
136,816 KB
testcase_08 AC 388 ms
136,592 KB
testcase_09 AC 391 ms
136,972 KB
testcase_10 AC 390 ms
136,972 KB
testcase_11 AC 388 ms
136,588 KB
testcase_12 AC 393 ms
136,972 KB
testcase_13 AC 386 ms
136,976 KB
testcase_14 AC 393 ms
136,844 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say <NO YES>[[eq] lines>>.comb>>.sort]
0