a,b=int(input(),2),int(input(),2) if (a*b)%2==0: print("Even") else: print("Odd")