题目:https://leetcode.com/problems/ugly-number/
代码(github):https://github.com/illuz/leetcode
判断一个数是不是 Ugly Number,Ugly Number 是因子中只包含 2, 3, 5 的数。
直接模拟就可以了。
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
题目:https://leetcode.com/problems/ugly-number/
代码(github):https://github.com/illuz/leetcode
判断一个数是不是 Ugly Number,Ugly Number 是因子中只包含 2, 3, 5 的数。
直接模拟就可以了。