Given an odd integer
Input Specification
The only line contains an odd integer,
Output Specification
Output three prime numbers
Sample Input
Copy
9
Sample Output
Copy
2 2 5
Given an odd integer
The only line contains an odd integer,
Output three prime numbers
9
2 2 5
Comments