A = int(input()) B = int(input()) print("Even" if A%B == 0 else "Odd")