n = 177635683940025046467781066894531 m = int(input()) if n % m % 2 == 0: print("even") else: print("odd")