結果

問題 No.170 スワップ文字列(Easy)
ユーザー kotatsugamekotatsugame
提出日時 2018-04-12 18:48:48
言語 Raku
(rakudo v2024.12)
結果
AC  
実行時間 451 ms / 5,000 ms
コード長 38 bytes
コンパイル時間 256 ms
コンパイル使用メモリ 132,100 KB
実行使用メモリ 151,092 KB
最終ジャッジ日時 2024-11-24 14:59:26
合計ジャッジ時間 9,659 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 298 ms
145,956 KB
testcase_01 AC 451 ms
150,956 KB
testcase_02 AC 430 ms
145,836 KB
testcase_03 AC 415 ms
145,836 KB
testcase_04 AC 428 ms
145,960 KB
testcase_05 AC 427 ms
151,092 KB
testcase_06 AC 428 ms
150,164 KB
testcase_07 AC 321 ms
145,832 KB
testcase_08 AC 428 ms
146,156 KB
testcase_09 AC 424 ms
145,964 KB
testcase_10 AC 429 ms
148,112 KB
testcase_11 AC 294 ms
145,708 KB
testcase_12 AC 302 ms
145,832 KB
testcase_13 AC 301 ms
146,088 KB
testcase_14 AC 298 ms
145,832 KB
testcase_15 AC 312 ms
145,964 KB
testcase_16 AC 297 ms
146,220 KB
testcase_17 AC 294 ms
146,092 KB
testcase_18 AC 301 ms
146,208 KB
testcase_19 AC 297 ms
145,836 KB
testcase_20 AC 295 ms
146,088 KB
testcase_21 AC 305 ms
146,088 KB
testcase_22 AC 303 ms
146,092 KB
testcase_23 AC 302 ms
146,080 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say get.comb.permutations>>.join.Set-1
0