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