let a = readLine()! let b = readLine()! print(a.last == "1" && b.last == "1" ? "Odd" : "Even")