A = input() B = input() print("Even" if A[-1] == "0" or B[-1] == "0" else "Odd")