結果

問題 No.69 文字を自由に並び替え
ユーザー yuruhiyayuruhiya
提出日時 2021-01-27 18:40:44
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 376 ms / 5,000 ms
コード長 38 bytes
コンパイル時間 335 ms
コンパイル使用メモリ 122,036 KB
実行使用メモリ 132,004 KB
最終ジャッジ日時 2023-09-07 02:17:47
合計ジャッジ時間 8,152 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 363 ms
131,704 KB
testcase_01 AC 361 ms
131,704 KB
testcase_02 AC 362 ms
131,864 KB
testcase_03 AC 366 ms
131,624 KB
testcase_04 AC 367 ms
131,700 KB
testcase_05 AC 364 ms
132,004 KB
testcase_06 AC 365 ms
131,916 KB
testcase_07 AC 368 ms
131,800 KB
testcase_08 AC 365 ms
131,880 KB
testcase_09 AC 366 ms
131,708 KB
testcase_10 AC 365 ms
131,624 KB
testcase_11 AC 373 ms
131,920 KB
testcase_12 AC 376 ms
131,460 KB
testcase_13 AC 376 ms
131,476 KB
testcase_14 AC 369 ms
131,476 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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