A = input() B = input() if A[-1] == '0' or B[-1] == '0': print('Even') else: print('Odd')