{"problem":{"name":"Product","description":{"content":"AtCoDeer the deer found two positive integers, $a$ and $b$. Determine whether the product of $a$ and $b$ is even or odd.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc086_a"},"statements":[{"statement_type":"Markdown","content":"AtCoDeer the deer found two positive integers, $a$ and $b$. Determine whether the product of $a$ and $b$ is even or odd.\n\n## Constraints\n\n*   $1$ $≤$ $a,b$ $≤$ $10000$\n*   $a$ and $b$ are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$a$ $b$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc086_a","tags":[],"sample_group":[["3 4","Even\n\nAs $3 × 4 = 12$ is even, print `Even`."],["1 21","Odd\n\nAs $1 × 21 = 21$ is odd, print `Odd`."]],"created_at":"2026-03-03 11:01:13"}}