API Response (JSON)
{
"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## Con...",
"is_translate": false,
"language": "English"
}
]
}