API Response (JSON)
{
"problem": {
"name": "Maximum Sum of Minimum",
"description": {
"content": "You are given a tree with $N$ vertices $1,2,\\ldots,N$, and positive integers $c_1,c_2,\\ldots,c_N$. The $i$\\-th edge in the tree $(1 \\leq i \\leq N-1)$ connects Vertex $a_i$ and Vertex $b_i$. We will wr",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "m_solutions2019_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a tree with $N$ vertices $1,2,\\ldots,N$, and positive integers $c_1,c_2,\\ldots,c_N$. The $i$\\-th edge in the tree $(1 \\leq i \\leq N-1)$ connects Vertex $a_i$ and Vertex $b_i$.\nWe will wr...",
"is_translate": false,
"language": "English"
}
]
}