#OLD641. 循环练习 1

循环练习 1

Description

给定一个n(1<=n<=100),输出1-n中所有奇数,每个输出的奇数用空格隔开。

Format

Input

输入一个n

Output

输出1-n中所有奇数

Samples

5
1 3 5

Hint