A=B
评价数不足
Triple Threat
   
奖励
收藏
已收藏
取消收藏
标签: level
文件大小
发表于
更新日期
117.881 KB
2022 年 7 月 5 日 上午 11:22
2022 年 7 月 5 日 上午 11:32
3 项改动说明 ( 查看 )

订阅以下载
Triple Threat

描述
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 条留言
カズエイ 2 月 23 日 下午 9:28 
6 lines (/6 lines)

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


This problem is pointless.