Factorization
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the factorization of the given numbers.
Input
Each line contains one positive integer .
Output
For each input value print its factorization as shown in the sample input.
Examples
Input #1
Answer #1
Submissions 545
Acceptance rate 6%