API Response (JSON)
{
"problem": {
"name": "C. Xor in Tree",
"description": {
"content": "Diego has a tree with exactly $N$ nodes, numbered from $1$ to $N$, where every edge is bidirectional and has an arbitrary number $X$ written on it. Diego is wondering for every unordered pair or node",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10240C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Diego has a tree with exactly $N$ nodes, numbered from $1$ to $N$, where every edge is bidirectional and has an arbitrary number $X$ written on it.\n\nDiego is wondering for every unordered pair or node...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ T = (V, E) $ be a tree with $ |V| = N $, where each edge $ e \\in E $ has a weight $ w(e) \\in \\mathbb{Z}^+ $. \nFor any unordered pair of distinct nodes $ (i, j) $, let $ P(i, j...",
"is_translate": false,
"language": "Formal"
}
]
}