API Response (JSON)
{
"problem": {
"name": "Zigzag Tree",
"description": {
"content": "Given is a tree with $N$ vertices. The vertices are numbered $1$ to $N$, and the $i$\\-th edge connects Vertices $a_i$ and $b_i$. Find the number of sequences of positive integers $P = (P_1, P_2, \\ldot",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc130_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a tree with $N$ vertices. The vertices are numbered $1$ to $N$, and the $i$\\-th edge connects Vertices $a_i$ and $b_i$.\nFind the number of sequences of positive integers $P = (P_1, P_2, \\ldot...",
"is_translate": false,
"language": "English"
}
]
}