API Response (JSON)
{
"problem": {
"name": "Farthest Point",
"description": {
"content": "On the $xy$\\-plane, there are $N$ points with ID numbers from $1$ to $N$. Point $i$ is located at coordinates $(X_i, Y_i)$, and no two points have the same coordinates. From each point, find the farth",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc348_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "On the $xy$\\-plane, there are $N$ points with ID numbers from $1$ to $N$. Point $i$ is located at coordinates $(X_i, Y_i)$, and no two points have the same coordinates.\nFrom each point, find the farth...",
"is_translate": false,
"language": "English"
}
]
}