結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 340 ms
137,232 KB
testcase_01 AC 339 ms
137,360 KB
testcase_02 AC 350 ms
137,376 KB
testcase_03 AC 341 ms
137,252 KB
testcase_04 AC 340 ms
137,616 KB
testcase_05 AC 345 ms
137,504 KB
testcase_06 AC 347 ms
137,104 KB
testcase_07 AC 339 ms
137,356 KB
testcase_08 AC 340 ms
137,076 KB
testcase_09 AC 341 ms
137,100 KB
testcase_10 AC 342 ms
137,484 KB
testcase_11 AC 346 ms
137,484 KB
testcase_12 AC 345 ms
137,228 KB
testcase_13 AC 346 ms
137,100 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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