API Response (JSON)
{
"problem": {
"name": "gcd.",
"description": {
"content": "$T$ 组数据,每一组数据给定 $l,r,x$,试求:$\\gcd(\\lfloor \\frac{l}{x}\\rfloor,\\lfloor \\frac{l+1}{x}\\rfloor,\\cdots,\\lfloor \\frac{r}{x}\\rfloor)$ 的值。 - 其中 $\\gcd$ 表示求最大公约数,例如 $\\gcd(6,9)=3$,$\\gcd(2,4,8)=2$,$\\gcd(5,6,7)=1$。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8443"
},
"statements": [
{
"statement_type": "Markdown",
"content": "$T$ 组数据,每一组数据给定 $l,r,x$,试求:$\\gcd(\\lfloor \\frac{l}{x}\\rfloor,\\lfloor \\frac{l+1}{x}\\rfloor,\\cdots,\\lfloor \\frac{r}{x}\\rfloor)$ 的值。\n\n- 其中 $\\gcd$ 表示求最大公约数,例如 $\\gcd(6,9)=3$,$\\gcd(2,4,8)=2$,$\\gcd(5,6,7)=1$。...",
"is_translate": false,
"language": "English"
}
]
}