a = int(input()) b = int(input()) print("Even" if a %2 or b % 2 else "Odd")