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