require "big" a = read_line.chomp[-1].to_i b = read_line.chomp[-1].to_i puts (a | b) == 0 ? "Even" : "Odd"