API Response (JSON)
{
"problem": {
"name": "C. The Tag Game",
"description": {
"content": "Alice got tired of playing the tag game by the usual rules so she offered Bob a little modification to it. Now the game should be played on an undirected rooted tree of _n_ vertices. Vertex _1_ is the",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF813C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Alice got tired of playing the tag game by the usual rules so she offered Bob a little modification to it. Now the game should be played on an undirected rooted tree of _n_ vertices. Vertex _1_ is the...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Alice 玩腻了传统的捉迷藏游戏,于是她给 Bob 提出了一点修改规则。现在游戏将在一棵包含 #cf_span[n] 个顶点的无向有根树上进行,顶点 _1_ 为树的根。\n\nAlice 从顶点 _1_ 出发,Bob 从顶点 #cf_span[x](#cf_span[x ≠ 1])出发。双方轮流行动,Bob 先手。每回合,玩家可以选择停留在当前顶点,或移动到相邻的一个顶点。\n\n当 Alice 移动到...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ T = (V, E) $ be an undirected rooted tree with $ n $ vertices, where vertex $ 1 $ is the root. \nLet $ x \\in V \\setminus \\{1\\} $ be Bob’s starting vertex. \nLet $ d(u, v) $ den...",
"is_translate": false,
"language": "Formal"
}
]
}