Task
           Time limit: 
1000 ms,
           
Memory limit: 
256 Mb
           Given a natural number n. Type all n-digit odd positive integers in descending order.
Input: A natural number is entered.
Output: Output the answer to the problem.
Example
	
		
			| № | 
			Input | 
			Output | 
		
	
	
		
			| 1 | 
			1 | 
			9 7 5 3 1 | 
		
	
 Prohibited statements:[