#32520: 位元運算


ck1110762@gl.ck.tp.edu.tw (Star Huey)


print("Odd" if int(input())&1 else "Even")