Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算術
质数和将数分解为质因数
Module:
质数和将数分解为质因数
Problem
2
/9
分解成质数 - 1
Problem
要求将整数
N
分解为质因数,以质因数的乘积表示,结果按升序显示。
输入
输入 数字
N
(
\(2 <= N <= 10^9\)
).
输出
以非递减顺序打印
N
的质因数列表,以 «
*
» 分隔。
例子
<头>
<日>#日>
输入
输出
东西> <正文>
1
5
5
2
30
2*3*5
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary