API Response (JSON)
{
"problem": {
"name": "B. 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": "CF772B"
},
"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求最大的 ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 4 \\leq n \\leq 1000 $ be the number of vertices. \nLet $ P = (p_1, p_2, \\dots, p_n) $ be a strictly convex polygon in $ \\mathbb{R}^2 $, where $ p_i = (...",
"is_translate": false,
"language": "Formal"
}
]
}