Toggle navigation
HUSTOJ
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem1895--C二级辅导-质数因子
1895: C二级辅导-质数因子
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
1
Solved:
1
[
Status
] [
Submit
] [Creator:
]
Description
输入一个正整数,输出它的所有质数的因子(如
180
的质数因子为
2
、
2
、
3
、
3
、
5
)
Sample Input
Copy
180
Sample Output
Copy
2 2 3 3 5
Source/Category