API Response (JSON)
{
"problem": {
"name": "Subtree",
"description": {
"content": "There is a tree with $N$ vertices, numbered $1, 2, \\ldots, N$. For each $i$ ($1 \\leq i \\leq N - 1$), the $i$\\-th edge connects Vertex $x_i$ and $y_i$. Taro has decided to paint each vertex in white or",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "dp_v"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a tree with $N$ vertices, numbered $1, 2, \\ldots, N$. For each $i$ ($1 \\leq i \\leq N - 1$), the $i$\\-th edge connects Vertex $x_i$ and $y_i$.\nTaro has decided to paint each vertex in white or...",
"is_translate": false,
"language": "English"
}
]
}