a=int(input())%2 b=int(input())%2 if a==1 and b==1: print("Odd") else: print("Even")