結果

問題 No.729 文字swap
ユーザー yuruhiyayuruhiya
提出日時 2020-10-18 17:11:02
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 362 ms / 2,000 ms
コード長 54 bytes
コンパイル時間 494 ms
コンパイル使用メモリ 122,008 KB
実行使用メモリ 131,944 KB
最終ジャッジ日時 2023-09-28 11:55:28
合計ジャッジ時間 6,925 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 353 ms
131,744 KB
testcase_01 AC 362 ms
131,664 KB
testcase_02 AC 356 ms
131,896 KB
testcase_03 AC 355 ms
131,696 KB
testcase_04 AC 360 ms
131,944 KB
testcase_05 AC 358 ms
131,780 KB
testcase_06 AC 357 ms
131,908 KB
testcase_07 AC 356 ms
131,676 KB
testcase_08 AC 356 ms
131,724 KB
testcase_09 AC 355 ms
131,632 KB
testcase_10 AC 351 ms
131,712 KB
testcase_11 AC 351 ms
131,632 KB
testcase_12 AC 359 ms
131,732 KB
testcase_13 AC 355 ms
131,776 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

my@a=get.comb;$/=words;@a[$0,$1]=@a[$1,$0];@a.join.say
0