A=B
评价数不足
Divisible by 6
   
奖励
收藏
已收藏
取消收藏
标签: level
文件大小
发表于
328.188 KB
2022 年 4 月 5 日 下午 11:35
1 项改动说明 ( 查看 )

订阅以下载
Divisible by 6

描述
Input: A decimal number.
Output: "true" if the number is evenly divisible by 6. "false" otherwise.
Constraint: 1 <= Input <= 9999
1 条留言
カズエイ 2024 年 10 月 25 日 下午 4:41 
11 lines (/15 lines)

>=(end)|
(end)0=6
1=3>
2=6>>
4=6>
5=3>>
7=3>
8=6>>
6|||=6
(end)6=(return)true
=(return)false