eolymp
bolt
Try our new interface for solving problems
Problems

All odd

All odd

Positive integer $n$ is given. Print in increasing order all odd positive integers less than $n$. \InputFile One positive integer $n~(n > 1)$. \OutputFile Print in one line all odd positive integers less than $n$ in increasing order.
Time limit 1 second
Memory limit 128 MiB
Input example #1
8
Output example #1
1 3 5 7
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"