远端评测题 2000ms 256MiB

Coins

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

Coins

题面翻译

给定一个数字nn1n1061\leqslant n\leqslant10^6),按递减顺序输出小于等于nn的数,要求:

  1. 第一个数字必须是nn
  2. ii个数字必须是第i1i-1个数字的因数。
  3. 输出的数字尽可能多。

题目描述

In Berland a money reform is being prepared. New coins are being introduced. After long economic calculations was decided that the most expensive coin should possess the denomination of exactly n n Berland dollars. Also the following restriction has been introduced for comfort: the denomination of each coin should be divisible by the denomination of any cheaper coin. It is known that among all the possible variants the variant with the largest number of new coins will be chosen. Find this variant. Print in the order of decreasing of the coins' denominations.

输入格式

The first and only line contains an integer n n ( 1<=n<=106 1<=n<=10^{6} ) which represents the denomination of the most expensive coin.

输出格式

Print the denominations of all the coins in the order of decreasing. The number of coins must be the largest possible (with the given denomination n n of the most expensive coin). Also, the denomination of every coin must be divisible by the denomination of any cheaper coin. Naturally, the denominations of all the coins should be different. If there are several solutins to that problem, print any of them.

样例 #1

样例输入 #1

10

样例输出 #1

10 5 1

样例 #2

样例输入 #2

4

样例输出 #2

4 2 1

样例 #3

样例输入 #3

3

样例输出 #3

3 1

12.23下午3点半练习及作业

未认领
状态
已结束
题目
7
开始时间
2023-12-23 0:00
截止时间
2024-1-6 23:59
可延期
24 小时