Module: cycles. Loop with parameter (for)


Problem

15 /17


Decreasing odd row

Problem

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