結果

問題 No.170 スワップ文字列(Easy)
ユーザー kotatsugamekotatsugame
提出日時 2018-04-12 18:48:48
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 474 ms / 5,000 ms
コード長 38 bytes
コンパイル時間 277 ms
コンパイル使用メモリ 129,260 KB
実行使用メモリ 145,420 KB
最終ジャッジ日時 2024-05-03 14:20:43
合計ジャッジ時間 10,388 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 317 ms
140,700 KB
testcase_01 AC 459 ms
145,416 KB
testcase_02 AC 460 ms
142,816 KB
testcase_03 AC 464 ms
143,072 KB
testcase_04 AC 467 ms
142,476 KB
testcase_05 AC 472 ms
145,392 KB
testcase_06 AC 474 ms
145,420 KB
testcase_07 AC 348 ms
141,904 KB
testcase_08 AC 456 ms
142,820 KB
testcase_09 AC 455 ms
143,136 KB
testcase_10 AC 468 ms
143,984 KB
testcase_11 AC 315 ms
140,576 KB
testcase_12 AC 325 ms
140,316 KB
testcase_13 AC 314 ms
140,316 KB
testcase_14 AC 315 ms
140,444 KB
testcase_15 AC 332 ms
140,444 KB
testcase_16 AC 323 ms
140,316 KB
testcase_17 AC 319 ms
140,576 KB
testcase_18 AC 322 ms
140,576 KB
testcase_19 AC 321 ms
140,448 KB
testcase_20 AC 319 ms
140,704 KB
testcase_21 AC 330 ms
140,316 KB
testcase_22 AC 332 ms
140,576 KB
testcase_23 AC 337 ms
140,620 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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