API Response (JSON)
{
"problem": {
"name": "Distance",
"description": {
"content": "We have $N$ points in the two-dimensional plane. The coordinates of the $i$\\-th point are $(X_i,Y_i)$. Among them, we are looking for the points such that the distance from the origin is at most $D$. ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc174_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have $N$ points in the two-dimensional plane. The coordinates of the $i$\\-th point are $(X_i,Y_i)$.\nAmong them, we are looking for the points such that the distance from the origin is at most $D$. ...",
"is_translate": false,
"language": "English"
}
]
}