API Response (JSON)
{
"problem": {
"name": "D. High Load",
"description": {
"content": "Arkady needs your help again! This time he decided to build his own high-speed Internet exchange point. It should consist of _n_ nodes connected with minimum possible number of wires into one network ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF828D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Arkady needs your help again! This time he decided to build his own high-speed Internet exchange point. It should consist of _n_ nodes connected with minimum possible number of wires into one network ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Arkady 再次需要你的帮助!这次他决定建造自己的高速互联网交换点。该网络应由 #cf_span[n] 个节点组成,使用尽可能少的导线连接成一个整体(每根导线直接连接两个节点)。其中恰好 #cf_span[k] 个节点应为出口节点,即每个出口节点仅与网络中的另一个节点相连,而其余所有节点必须至少与两个节点相连,以提高系统的稳定性。\n\nArkady 希望使系统尽可能快,因此他希望最小化两个出口节点...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, k \\in \\mathbb{Z} $ with $ 3 \\leq n \\leq 2 \\cdot 10^5 $, $ 2 \\leq k \\leq n - 1 $. \nLet $ G = (V, E) $ be a tree with $ |V| = n $, where exactly $ k $ vertices have degree 1 ...",
"is_translate": false,
"language": "Formal"
}
]
}