#P3594. 枚举商(Enumerate Quotients)
枚举商(Enumerate Quotients)

枚举商(Enumerate Quotients)
问题描述
考虑正整数集合
$$S = \left\{ \left\lfloor \frac{N}{x} \right\rfloor \,\middle|\, x \in \mathbb{Z},\ 1 \le x \le N \right\}.$$请输出将 中所有元素按升序排列后的序列 ,其中 。
约束条件
输入格式
输出格式
10
5
1 2 3 5 10