print("Odd" if int(input()) * int(input()) % 2 else "Even")