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