API Response (JSON)
{
"problem": {
"name": "A. Andryusha and Colored Balloons",
"description": {
"content": "Andryusha goes through a park each day. The squares and paths between them look boring to Andryusha, so he decided to decorate them. The park consists of _n_ squares connected with (_n_ - 1) bidirect",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF781A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Andryusha goes through a park each day. The squares and paths between them look boring to Andryusha, so he decided to decorate them.\n\nThe park consists of _n_ squares connected with (_n_ - 1) bidirect...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Andryusha 每天都会穿过一个公园。公园里的方格和它们之间的路径让他感到无聊,因此他决定装饰它们。\n\n公园由 #cf_span[n] 个方格组成,这些方格通过 #cf_span[(n - 1)] 条双向路径连接,使得任意方格都可以通过这些路径到达其他任意方格。Andryusha 决定在每个方格上悬挂一个彩色气球。气球的颜色用正整数表示,从 #cf_span[1] 开始。为了使公园色彩丰富,A...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ G = (V, E) $ be a tree with $ n = |V| $ vertices and $ n-1 $ edges. \nLet $ c: V \\to \\mathbb{Z}^+ $ be a coloring function assigning colors to vertices.\n\n**Constraints** \nFor ...",
"is_translate": false,
"language": "Formal"
}
]
}