2020
03-16
03-16
[LeetCode每日一题]264. Ugly Number II
题目如下:
Write a program to find the n-th ugly number.
Ugly numbers are positive numbers whose prime factors only include 2, 3, 5.
Example:
Input: n.... Read More >