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