#P1007. 求因数

求因数

Description

输入一个正整数n,输出这个数的所有的因数。

Input Format

一个正整数n

Output Format

n的所有因数
12
1 2 3 4 6 12

Hint

Source

循环1