eolymp
bolt
Try our new interface for solving problems
Problems

Numbers with odd digits

Numbers with odd digits

Time limit 1 second
Memory limit 128 MiB

Print all four digit numbers from a to b with only odd digits.

Input data

Two integers a and b (1000ab9999).

Output data

Print in one line all numbers from a to b with only odd digits.

Examples

Input example #1
1111 1130
Output example #1
1111 1113 1115 1117 1119
Input example #2
4567 5130

Output example #2
5111 5113 5115 5117 5119