API Response (JSON)
{
"problem": {
"name": "Sum of Maximum Weights",
"description": {
"content": "We have a tree with $N$ vertices numbered $1, 2, \\dots, N$. The $i$\\-th edge $(1 \\leq i \\leq N - 1)$ connects Vertex $u_i$ and Vertex $v_i$ and has a weight $w_i$. For different vertices $u$ and $v$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc214_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a tree with $N$ vertices numbered $1, 2, \\dots, N$. \nThe $i$\\-th edge $(1 \\leq i \\leq N - 1)$ connects Vertex $u_i$ and Vertex $v_i$ and has a weight $w_i$.\nFor different vertices $u$ and $v$...",
"is_translate": false,
"language": "English"
}
]
}