#B4251. Even or Odd Product

    ID: 11908 Type: Default 1000ms 256MiB

Even or Odd Product

Even or Odd Product

Little Keko is learning mathematical operations! He challenges you with the following problem: Given two integers \(A\) and \(B\), determine whether the product \(A \times B\) is even.

inputFormat

The input consists of two space-separated integers \(A\) and \(B\).

outputFormat

Output Even if the product \(A \times B\) is even; otherwise, output Odd.

sample

2 3
Even