num=int(input("请输入一个整数:"))
if num%2==0:
    print("even")
else:
    print("odd"