p = 177635683940025046467781066894531 m = int(input()) print("odd" if (p % m) % 2 else "even")