Write a program to print the list of prime factors of every given natural
number.
Input
Input is a sequence of natural numbers greater than 1.
Output
For each natural number of the input, print its prime factors
in increasing order and following the format of the example.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML version of the statement
is also given to help you, but may contain some content
that is not well displayed. In case of doubt, always use the PDF.