a = input()[-1]
b = input()[-1]
x = int(a) and int(b)
print('Odd' if x else 'Even')