結果

問題 No.69 文字を自由に並び替え
ユーザー yuruhiyayuruhiya
提出日時 2020-10-12 17:27:01
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 363 ms / 5,000 ms
コード長 38 bytes
コンパイル時間 259 ms
コンパイル使用メモリ 120,344 KB
実行使用メモリ 131,960 KB
最終ジャッジ日時 2023-09-27 23:45:32
合計ジャッジ時間 6,751 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 305 ms
131,728 KB
testcase_01 AC 304 ms
131,592 KB
testcase_02 AC 308 ms
131,676 KB
testcase_03 AC 308 ms
131,536 KB
testcase_04 AC 305 ms
131,956 KB
testcase_05 AC 306 ms
131,752 KB
testcase_06 AC 363 ms
131,928 KB
testcase_07 AC 300 ms
131,960 KB
testcase_08 AC 309 ms
131,476 KB
testcase_09 AC 304 ms
131,928 KB
testcase_10 AC 307 ms
131,404 KB
testcase_11 AC 320 ms
131,804 KB
testcase_12 AC 327 ms
131,480 KB
testcase_13 AC 329 ms
131,532 KB
testcase_14 AC 334 ms
131,916 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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