#1362. C++-输入一个正整数,求其所有的因数

C++-输入一个正整数,求其所有的因数

Background

Description

C++-输入一个正整数,求其所有的因数 输入的正整数为1~100000000之间。

Format

Input

Output

Samples

10
1
2
5
10
1000
1
2
4
5
8
10
20
25
40
50
100
125
200
250
500
1000
1025
1
5
25
41
205
1025

Limitation

1s, 1024KiB for each test case.