{"raw_statement":[{"iden":"problem statement","content":"AtCoDeer the deer found two positive integers, $a$ and $b$. Determine whether the product of $a$ and $b$ is even or odd."},{"iden":"constraints","content":"*   $1$ $≤$ $a,b$ $≤$ $10000$\n*   $a$ and $b$ are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$a$ $b$"},{"iden":"sample input 1","content":"3 4"},{"iden":"sample output 1","content":"Even\n\nAs $3 × 4 = 12$ is even, print `Even`."},{"iden":"sample input 2","content":"1 21"},{"iden":"sample output 2","content":"Odd\n\nAs $1 × 21 = 21$ is odd, print `Odd`."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}