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