a = int(input())
b = int(input())
d = a // 2
f = a / 2
if a < b: 
	if d != f:
		for i in range(a,b,2): print(i)