Java Bài 4.A10: Phân tích thừa số nguyên tố.


LÀM BÀI

Points: 10 (partial)
Time limit: 2.0s
Memory limit: 64M

Author:
Problem type

Hãy phân tích một số nguyên dương N thành thừa số nguyên tố.

Input Format

Số nguyên dương N.(2≤N≤10^16).

Constraints

.

Output Format

Phân tích thừa số nguyên tố của N, xem ví dụ để rõ hơn format.

Ví dụ:

Dữ liệu vào
30
Dữ liệu ra
2^1 * 3^1 * 5^1

Comments

There are no comments at the moment.

Zalo