API Response (JSON)
{
"problem": {
"name": "Intervals on Tree",
"description": {
"content": "We have a tree with $N$ vertices and $N-1$ edges, respectively numbered $1, 2,\\cdots, N$ and $1, 2, \\cdots, N-1$. Edge $i$ connects Vertex $u_i$ and $v_i$. For integers $L, R$ ($1 \\leq L \\leq R \\leq N",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc173_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a tree with $N$ vertices and $N-1$ edges, respectively numbered $1, 2,\\cdots, N$ and $1, 2, \\cdots, N-1$. Edge $i$ connects Vertex $u_i$ and $v_i$.\nFor integers $L, R$ ($1 \\leq L \\leq R \\leq N...",
"is_translate": false,
"language": "English"
}
]
}