Problem G: 质数系列大数分解

Problem G: 质数系列大数分解

[Creator : ]
Time Limit : 10.000 sec  Memory Limit : 128 MB

Description

输入一个正整数x (x<10^24), 分解质因子

Input

12

Output

2*2*3

Sample Input Copy

123456791120987656327

Sample Output Copy

11111111153*11111111159

HINT

用python语言提交