API Response (JSON)
{
"problem": {
"name": "Range Product",
"description": {
"content": "You are given two integers $a$ and $b$ ($a≤b$). Determine if the product of the integers $a$, $a+1$, $…$, $b$ is positive, negative or zero.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc002_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two integers $a$ and $b$ ($a≤b$). Determine if the product of the integers $a$, $a+1$, $…$, $b$ is positive, negative or zero.\n\n## Constraints\n\n* $a$ and $b$ are integers.\n* $-10^9≤a...",
"is_translate": false,
"language": "English"
}
]
}