API Response (JSON)
{
"problem": {
"name": "E. Radio stations",
"description": {
"content": "In the lattice points of the coordinate line there are _n_ radio stations, the _i_\\-th of which is described by three integers: * _x__i_ — the coordinate of the _i_\\-th station on the line, * _r_",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF762E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In the lattice points of the coordinate line there are _n_ radio stations, the _i_\\-th of which is described by three integers:\n\n* _x__i_ — the coordinate of the _i_\\-th station on the line,\n* _r_...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在坐标轴的整数点上有 #cf_span[n] 个无线电基站,第 #cf_span[i] 个基站由三个整数描述:\n\n我们称两个编号为 #cf_span[i] 和 #cf_span[j] 的无线电基站相互可达,当且仅当它们的广播范围均不小于它们之间的距离。换句话说,#cf_span[min(ri, rj) ≥ |xi - xj|]。\n\n我们称一对无线电基站 #cf_span[(i, j)] 为“坏对”...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $, $ k \\in \\mathbb{Z}_{\\geq 0} $. \nLet $ S = \\{ (x_i, r_i, f_i) \\mid i \\in \\{1, \\dots, n\\} \\} $ be a set of radio stations, where: \n- $ x_i \\in \\mathbb{Z} ...",
"is_translate": false,
"language": "Formal"
}
]
}