eolymp
bolt
Try our new interface for solving problems
Problems

Odds in the interval

Odds in the interval

Print all odd integers from the interval $[a, b]$ in increasing order. \InputFile Two integers $a$ and $b~(a < b)$. \OutputFile Print in one line all odd integers from the interval $[a, b]$ in increasing order.
Time limit 1 second
Memory limit 128 MiB
Input example #1
2 7
Output example #1
3 5 7
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"