M=int(input()) a=177635683940025046467781066894531 print("even" if (a%M)%2==0 else "odd")