A = int(input(),2) B = int(input(),2) print("Even" if (A * B)%2 ==0 else "Odd")