Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算術
质数和将数分解为质因数
Module:
质数和将数分解为质因数
Problem
3
/9
分解成素数 - 2
Problem
要求将整数
N
分解为质因数,表示为质因数的幂乘积,并按升序输出结果。
输入
输入是一个数字
N
(
\(2 <= N <= 10^9\)
).
输出
输出
N
的质因数分解。
<分区>
例子
<头>
<日>#日>
输入
输出
东西> <正文>
1
2
2
2
1008
2^4*3^2*7
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary