#A. 质因子分解

    Type: Default 1000ms 256MiB

质因子分解

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Description

给定一个整数n,将其分解成质因子连乘的形式。

Input Format

一个正整数:n (n<=10000)

Output Format

n的质因子分解等式,具体看样例。

Sample

input1

12

output1

12=2*2*3

input2

75

output2

75=3*5*5

Hint

保证n104n \leq 10^4

时间限制:1s1 \text {s}

空间限制:256MB256 \text {MB}

20221124--模拟赛

Not Attended
Status
Done
Rule
OI
Problem
4
Start at
2022-11-24 7:40
End at
2022-11-24 12:00
Duration
4.3 hour(s)
Host
Partic.
43