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