API Response (JSON)
{
"problem": {
"name": "D. PolandBall and Polygon",
"description": {
"content": "PolandBall has such a convex polygon with _n_ veritces that no three of its diagonals intersect at the same point. PolandBall decided to improve it and draw some red segments. He chose a number _k_ s",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF755D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "PolandBall has such a convex polygon with _n_ veritces that no three of its diagonals intersect at the same point. PolandBall decided to improve it and draw some red segments.\n\nHe chose a number _k_ s...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "[{\"iden\":\"statement\",\"content\":\"PolandBall 有一个具有 #cf_span[n] 个顶点的凸多边形,且其任意三条对角线都不相交于同一点。PolandBall 决定改进它,画一些红色线段。\\n\\n他选择了一个数 #cf_span[k],使得 #cf_span[gcd(n, k) = 1]。多边形的顶点按顺时针方向编号为 #cf_span[1] 到 #cf_sp...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, k \\in \\mathbb{Z} $ with $ 5 \\leq n \\leq 10^6 $, $ 2 \\leq k \\leq n-2 $, and $ \\gcd(n, k) = 1 $. \nLet $ V = \\{1, 2, \\dots, n\\} $ be the set of polygon vertices labeled clockw...",
"is_translate": false,
"language": "Formal"
}
]
}