let a, b = readLine stdin if a[^1] == '1' and b[^1] == '1': echo "Odd" else: echo "Even"