API Response (JSON)
{
"problem": {
"name": "Range Point Distance",
"description": {
"content": "For integers $l$, $r$, and $x$ ($l \\leq r$), let us define $dist(l,r,x)$ as follows. * If $x<l$: $dist(l,r,x)=l-x$ * If $l \\leq x \\leq r$: $dist(l,r,x)=0$ * If $r<x$: $dist(l,r,x)=x-r$ You are",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc129_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For integers $l$, $r$, and $x$ ($l \\leq r$), let us define $dist(l,r,x)$ as follows.\n\n* If $x<l$: $dist(l,r,x)=l-x$\n* If $l \\leq x \\leq r$: $dist(l,r,x)=0$\n* If $r<x$: $dist(l,r,x)=x-r$\n\nYou are...",
"is_translate": false,
"language": "English"
}
]
}