Sequence 2
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Display the first n numbers of the sequence 1, 3, 5, 7, 9, ...
Input
A natural number n, where 1 ≤ n ≤ 100.
Output
The numbers of the sequence, printed on a single line, separated by spaces.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 56%