LeetCode 1201. Ugly Number III 数学+二分答案
摘要:
An ugly number is a positive integer that is divisible by $a$, $b$, or $c$. Given four integers $n$, $a$, $b$, and $c$, return the $n$th ugly number. 阅读全文
posted @ 2023-07-19 20:57 Blackzxy 阅读(3) 评论(0) 推荐(0) 编辑