M = int(input()) remainder = 23 % M print("even" if remainder % 2 == 0 else "odd")