API Response (JSON)
{
"problem": {
"name": "Product Max",
"description": {
"content": "Given are integers $a,b,c$ and $d$. If $x$ and $y$ are integers and $a \\leq x \\leq b$ and $c\\leq y \\leq d$ hold, what is the maximum possible value of $x \\times y$?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc178_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are integers $a,b,c$ and $d$. If $x$ and $y$ are integers and $a \\leq x \\leq b$ and $c\\leq y \\leq d$ hold, what is the maximum possible value of $x \\times y$?\n\n## Constraints\n\n* $-10^9 \\leq a ...",
"is_translate": false,
"language": "English"
}
]
}