a = input() b = input() print("Odd" if int(a[-1]) and int(b[-1]) else "Even")