#p7350. 唯一分解
唯一分解
Description
实现整数的唯一分解
Format
Input
多组测试数据
每组数据输入一个整数n(2<=n<=1e12)
Output
每组数据输出一行,从小到大输出n的唯一分解。
Samples
10
7
24
2 5
7
2 2 2 3
Limitation
1s, 1024KiB for each test case.
Related
In following contests:
实现整数的唯一分解
多组测试数据
每组数据输入一个整数n(2<=n<=1e12)
每组数据输出一行,从小到大输出n的唯一分解。
10
7
24
2 5
7
2 2 2 3
1s, 1024KiB for each test case.
In following contests:
By signing up a 追梦算法网 universal account, you can submit code and join discussions in all online judging services provided by us.