Odds in the interval
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Print all odd integers from the interval in increasing order.
Input
Two integers and .
Output
Print in one line all odd integers from the interval in increasing order.
Examples
Input #1
Answer #1
Submissions 16K
Acceptance rate 57%