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