A=input() B=input() if A[-1]=="1" and B[-1]=="1": print("Odd") else: print("Even")