a = input() b = input() line = ["1","3","5","7","9"] if (a[-1] in line) and (b[-1] in line): print('Odd') else: print('Even')