API Response (JSON)
{
"problem": {
"name": "B2. Maximum Control (medium)",
"description": {
"content": "The Resistance is trying to take control over as many planets of a particular solar system as possible. Princess Heidi is in charge of the fleet, and she must send ships to some planets in order to ma",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF958B2"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The Resistance is trying to take control over as many planets of a particular solar system as possible. Princess Heidi is in charge of the fleet, and she must send ships to some planets in order to ma...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "抵抗组织正试图控制某个星系中的尽可能多的行星。海蒂公主负责舰队,她必须向某些行星派遣飞船,以最大化被控制的行星数量。\n\n银河系包含 #cf_span[N] 个行星,这些行星通过双向超空间隧道连接,使得任意两个行星之间存在唯一路径。\n\n如果一个行星的轨道上有抵抗组织的飞船,或者该行星位于某两个拥有抵抗组织飞船的行星之间的最短路径上,则该行星被抵抗组织控制。\n\n海蒂尚未决定使用多少艘飞船。因此,她要求...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z}^+ $ be the number of planets. \nLet $ T = (V, E) $ be a tree with $ |V| = N $, where each vertex represents a planet and each edge represents a bidirectional h...",
"is_translate": false,
"language": "Formal"
}
]
}