API Response (JSON)
{
"problem": {
"name": "Coprime Pair",
"description": {
"content": "You are given integers $L,R$ ($L < R$). Snuke is looking for a pair of integers $(x,y)$ that satisfy both of the conditions below. * $L \\leq x < y \\leq R$ * $\\gcd(x,y)=1$ Find the maximum possib",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc137_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $L,R$ ($L < R$).\nSnuke is looking for a pair of integers $(x,y)$ that satisfy both of the conditions below.\n\n* $L \\leq x < y \\leq R$\n* $\\gcd(x,y)=1$\n\nFind the maximum possib...",
"is_translate": false,
"language": "English"
}
]
}