a=input()
b=input()
if a[-1]=='1' and b[-1]=='1':
    print("Odd")
else:print("Even")