API Response (JSON)
{
"problem": {
"name": "Divide Both",
"description": {
"content": "Given integers $L$ and $L,R\\ (L \\le R)$, find the number of pairs $(x,y)$ of integers satisfying all of the conditions below: * $L \\le x,y \\le R$ * Let $g$ be the greatest common divisor of $x$ a",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc206_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given integers $L$ and $L,R\\ (L \\le R)$, find the number of pairs $(x,y)$ of integers satisfying all of the conditions below:\n\n* $L \\le x,y \\le R$\n* Let $g$ be the greatest common divisor of $x$ a...",
"is_translate": false,
"language": "English"
}
]
}