API Response (JSON)
{
"problem": {
"name": "Between a and b ...",
"description": {
"content": "You are given nonnegative integers $a$ and $b$ ($a ≤ b$), and a positive integer $x$. Among the integers between $a$ and $b$, inclusive, how many are divisible by $x$?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc048_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given nonnegative integers $a$ and $b$ ($a ≤ b$), and a positive integer $x$. Among the integers between $a$ and $b$, inclusive, how many are divisible by $x$?\n\n## Constraints\n\n* $0 ≤ a ≤ b ...",
"is_translate": false,
"language": "English"
}
]
}