如果数字从最高位开始形成非递减序列,我们就称它为平滑数字。按升序对这些数字进行排序,并为每个数字分配一个数字。需要数 N output N-th smooth number.
N
输入 程序输入 number N (\(1 <= N <= 2147483647\)). 印记 打印 对应的数 N 平滑数。
1000 ms 256 Mb Rules for program design and list of errors in automatic problem checking