{"problem":{"name":"ABC333","description":{"content":"You are given integers $A$ and $B$, each between $1$ and $3$ (inclusive). Determine if there is an integer $C$ between $1$ and $3$ (inclusive) such that $A \\times B \\times C$ is an odd number.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc109_a"},"statements":[{"statement_type":"Markdown","content":"You are given integers $A$ and $B$, each between $1$ and $3$ (inclusive).\nDetermine if there is an integer $C$ between $1$ and $3$ (inclusive) such that $A \\times B \\times C$ is an odd number.\n\n## Constraints\n\n*   All values in input are integers.\n*   $1 \\leq A, B \\leq 3$\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":"abc109_a","tags":[],"sample_group":[["3 1","Yes\n\nLet $C = 3$. Then, $A \\times B \\times C = 3 \\times 1 \\times 3 = 9$, which is an odd number."],["1 2","No"],["2 2","No"]],"created_at":"2026-03-03 11:01:13"}}