1372: C二级辅导-质数因子

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:4 Solved:2

Description

输入一个正整数,输出它的所有质数的因子(如180的质数因子为22335

Sample Input Copy

180

Sample Output Copy

2 2 3 3 5