A=int(input(),2) B=int(input(),2) if A%2==1 and B%2==1:print("Odd") else:print("Even")