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