API Response (JSON)
{
"problem": {
"name": "Max GCD 2",
"description": {
"content": "Given are integers $A$ and $B$. Find the maximum possible value of $\\gcd(x, y)$ when we choose integers $x$ and $y$ so that $A ≤ x < y ≤ B$. Here, $\\gcd(x, y)$ denotes the greatest common divisor of",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "jsc2021_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are integers $A$ and $B$. Find the maximum possible value of $\\gcd(x, y)$ when we choose integers $x$ and $y$ so that $A ≤ x < y ≤ B$. \nHere, $\\gcd(x, y)$ denotes the greatest common divisor of...",
"is_translate": false,
"language": "English"
}
]
}