M = int(input()) if((67 % M) % 2 == 0): print("even") else: print("odd")