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