a = int(input(), 2) b = int(input(), 2) print("Even" if a * b % 2 == 0 else "Odd")