API Response (JSON)
{
"problem": {
"name": "5. Tree Division",
"description": {
"content": "Given a tree of size $n$ and an integer $k$. Your task is to determine if the tree can be divided into k non-intersecting subtrees *of the same size*. Every node of the tree should belong to exactly o",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF102155"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given a tree of size $n$ and an integer $k$. Your task is to determine if the tree can be divided into k non-intersecting subtrees *of the same size*. Every node of the tree should belong to exactly o...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ T = (V, E) $ be a tree with $ |V| = n $ and $ |E| = n - 1 $. \nLet $ k \\in \\mathbb{Z}^+ $ be the number of desired subtrees.\n\n**Constraints** \n1. $ 1 \\leq n, k \\leq 10^5 $ \n2...",
"is_translate": false,
"language": "Formal"
}
]
}