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