A=B
Not enough ratings
Double and Swap
   
Award
Favorite
Favorited
Unfavorite
Tags: level
File Size
Posted
Updated
129.333 KB
18 Dec, 2023 @ 10:29am
18 Dec, 2023 @ 10:56am
2 Change Notes ( view )

Subscribe to download
Double and Swap

Description
Input: A string of "a", "b" and "c".
Output: Double each "a". Swap "b" and "c".
Constraint: 1 <= Input length <= 7
1 Comments
カズエイ 30 Oct, 2024 @ 7:17am 
5 lines (/5 lines)

(once)=|
|a=aa|
|b=c|
|c=b|
(once)|=