Factorization 2
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Let be a factorization of positive integer .
Find the value of .
Input
One positive integer .
Output
Find the factorization of and print the value of .
Examples
For example, . The answer is .
Input #1
Answer #1
Input #2
Answer #2
Submissions 371
Acceptance rate 43%