#29441: 我就是不想用%和i


louisfan0417@gmail.com (范庭瑞)


x=int(input())

if x//2==x/2:

    print('Even')

else:

    print('Odd')