| Erdös Unit Fractions | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
For each case in the input, you must print a line with numbers x
 
 
 
 
 
 
In 1800
 + ... +
 + ... +  ,
,
In 1948
 2
 2
 =
 =  +
 +  +
 +  
The conjecture has been tested for all 
n < 1014
Given an integer n  2
 2
Input 
The problem input consists of several cases, each one defined in a line that contains an integer number n
 n < 104
 n < 104
A line with n = 0
Output 
 =
 =  +
 +  +
 +  
You can print any solution. It's guaranteed that every case in the input has a solution such that 
0 < x, y, z < 1016
Sample Input 
10
2
7
0
Sample Output 
5 6 30
1 2 2
4 4 14
Colombia'2008