A=B
评价数不足
Is More Radioactive
   
奖励
收藏
已收藏
取消收藏
标签: level
文件大小
发表于
354.036 KB
2022 年 4 月 5 日 下午 12:23
1 项改动说明 ( 查看 )

订阅以下载
Is More Radioactive

在 The Cyclical Submarine 的 1 个合集中
Radioactive Collection
5 件物品
描述
Input: A string of "a", "b" and "#".
Output: Return "true" if the input contains two or more non-consecutive "#". Otherwise, return "false".
Constraint: 1 <= Input length <= 8
Keywords are allowed.
1 条留言
カズエイ 2 月 23 日 下午 9:57 
5 lines (/7 lines)

b=a
(start)a=
(end)a=
a=(return)true
=(return)false