A = input() B = input() if A[-1] == "1" and B[-1] == "1": print('odd') else: print('even')