結果

問題 No.729 文字swap
ユーザー yuruhiyayuruhiya
提出日時 2020-10-18 17:11:02
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 380 ms / 2,000 ms
コード長 54 bytes
コンパイル時間 387 ms
コンパイル使用メモリ 135,328 KB
実行使用メモリ 137,612 KB
最終ジャッジ日時 2024-07-21 06:34:29
合計ジャッジ時間 6,754 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 372 ms
137,324 KB
testcase_01 AC 374 ms
137,456 KB
testcase_02 AC 376 ms
137,192 KB
testcase_03 AC 375 ms
137,572 KB
testcase_04 AC 379 ms
137,568 KB
testcase_05 AC 375 ms
137,320 KB
testcase_06 AC 376 ms
137,448 KB
testcase_07 AC 374 ms
137,308 KB
testcase_08 AC 376 ms
137,316 KB
testcase_09 AC 378 ms
137,612 KB
testcase_10 AC 380 ms
137,576 KB
testcase_11 AC 374 ms
137,560 KB
testcase_12 AC 375 ms
137,324 KB
testcase_13 AC 367 ms
137,316 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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