5665: Q60-2 质因数乘积形式

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:7 Solved:6

Description

输人一个整数,把它分解成若干个质因数乘积的形式。

Input

输入整数n

Output

分解n的若干个质因数

Sample Input Copy

12

Sample Output Copy

2*2*3