API Response (JSON)
{
"problem": {
"name": "Number of Multiples",
"description": {
"content": "How many multiples of $d$ are there among the integers between $L$ and $R$ (inclusive)?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "aising2020_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "How many multiples of $d$ are there among the integers between $L$ and $R$ (inclusive)?\n\n## Constraints\n\n* All values in input are integers.\n* $1 \\leq L \\leq R \\leq 100$\n* $1 \\leq d \\leq 100$\n\n#...",
"is_translate": false,
"language": "English"
}
]
}