API Response (JSON)
{
"problem": {
"name": "Enclose All",
"description": {
"content": "Given are $N$ points $(x_i, y_i)$ in a two-dimensional plane. Find the minimum radius of a circle such that all the points are inside or on it.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc151_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are $N$ points $(x_i, y_i)$ in a two-dimensional plane.\nFind the minimum radius of a circle such that all the points are inside or on it.\n\n## Constraints\n\n* $2 \\leq N \\leq 50$\n* $0 \\leq x_i ...",
"is_translate": false,
"language": "English"
}
]
}