API Response (JSON)
{
"problem": {
"name": "B. Add Points",
"description": {
"content": "There are _n_ points on a straight line, and the _i_\\-th point among them is located at _x__i_. All these coordinates are distinct. Determine the number _m_ — the smallest number of points you should",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF953B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are _n_ points on a straight line, and the _i_\\-th point among them is located at _x__i_. All these coordinates are distinct.\n\nDetermine the number _m_ — the smallest number of points you should...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在一条直线上有 #cf_span[n] 个点,其中第 #cf_span[i] 个点位于 #cf_span[xi] 处。所有这些坐标互不相同。\n\n求出最小的点数 #cf_span[m] —— 你需要在直线上添加的最少点数,使得所有相邻点之间的距离相等。\n\n第一行包含一个整数 #cf_span[n] (#cf_span[3 ≤ n ≤ 100 000]) —— 点的数量。\n\n第二行包含一个整数序列 #...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of given points. \nLet $ X = \\{x_1, x_2, \\dots, x_n\\} \\subset \\mathbb{R} $ be the set of distinct coordinates of the points. \n\n**Constraints**...",
"is_translate": false,
"language": "Formal"
}
]
}