2889: 【基础】丑数
Memory Limit:16 MB
Time Limit:1.000 S
Submit数:1
Solved数:1
Description
素因子都在集合{2 3 5 7}的数称为ugly number
求第n大的丑数
求第n大的丑数
Input描述
读入N。N<=100000
Output描述
输出结果如题所述。
Sample Input Copy
12
Sample Output Copy
15
HINT
50%的数据n<=100
100%的数据 n<=100000
Source/Category
⋮