API Response (JSON)
{
"problem": {
"name": "D. Volatile Kite",
"description": {
"content": "You are given a convex polygon _P_ with _n_ distinct vertices _p_1, _p_2, ..., _p__n_. Vertex _p__i_ has coordinates (_x__i_, _y__i_) in the 2D plane. These vertices are listed in clockwise order. Yo",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF801D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a convex polygon _P_ with _n_ distinct vertices _p_1, _p_2, ..., _p__n_. Vertex _p__i_ has coordinates (_x__i_, _y__i_) in the 2D plane. These vertices are listed in clockwise order.\n\nYo...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定一个凸多边形 #cf_span[P],它有 #cf_span[n] 个互不相同的顶点 #cf_span[p1, p2, ..., pn]。顶点 #cf_span[pi] 在二维平面上的坐标为 #cf_span[(xi, yi)],这些顶点按顺时针顺序列出。\n\n你可以选择一个实数 #cf_span[D],并将多边形的每个顶点从其原始位置移动最多 #cf_span[D] 的距离。\n\n求最大的 #c...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ n \\geq 4 $, be the number of vertices. \nLet $ P = (p_1, p_2, \\dots, p_n) $, where $ p_i = (x_i, y_i) \\in \\mathbb{R}^2 $, be the vertices of a strictly co...",
"is_translate": false,
"language": "Formal"
}
]
}