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