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