Problem B: 求一个数的所有因数

Problem B: 求一个数的所有因数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

求一个数的所有因数

Sample Input Copy

8

Sample Output Copy

8 的因数有:1 2 4 8