API Response (JSON)
{
"problem": {
"name": "Longest Segment",
"description": {
"content": "There are $N$ points in a two-dimensional plane. The coordinates of the $i$\\-th point are $(x_i,y_i)$. Find the maximum length of a segment connecting two of these points.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc234_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ points in a two-dimensional plane. The coordinates of the $i$\\-th point are $(x_i,y_i)$.\nFind the maximum length of a segment connecting two of these points.\n\n## Constraints\n\n* $2 \\leq...",
"is_translate": false,
"language": "English"
}
]
}