API Response (JSON)
{
"problem": {
"name": "D. Divide a Tree",
"description": {
"content": "Fish has a tree with $N$ nodes numbered from $1$ to $N$, and for each node there is a label attached to it. These labels are integers ranging from $1$ to $N$. Now Fish wants to divide the tree into ma",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 10000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10282D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Fish has a tree with $N$ nodes numbered from $1$ to $N$, and for each node there is a label attached to it. These labels are integers ranging from $1$ to $N$. Now Fish wants to divide the tree into ma...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m, s \\in \\mathbb{Z} $ with $ 1 \\leq s \\leq n \\leq 10^5 $, $ 0 \\leq m \\leq 2 \\cdot 10^5 $. \nLet $ G = (V, E) $ be a directed graph where $ V = \\{1, 2, \\dots, n\\} $ and $ E \\...",
"is_translate": false,
"language": "Formal"
}
]
}