A=B
Not enough ratings
Triple Threat
   
Award
Favorite
Favorited
Unfavorite
Tags: level
File Size
Posted
Updated
117.881 KB
5 Jul, 2022 @ 11:22am
5 Jul, 2022 @ 11:32am
3 Change Notes ( view )

Subscribe to download
Triple Threat

Description
Input: A string of "a", "b" and "c".
Output: if there are three or more of a kind in a row, remove them.
Constraint: 1 <= Input length <= 7
1 Comments
カズエイ 23 Feb @ 9:28pm 
6 lines (/6 lines)

aaaa=aaa
bbbb=bbb
cccc=ccc
aaa=
bbb=
ccc=


This problem is pointless.