API Response (JSON)
{
"problem": {
"name": "Coloring Tree",
"description": {
"content": "You are given a rooted tree with $N$ vertices. The vertices are numbered from $1$ to $N$, with vertex $1$ being the root. The $i$\\-th edge connects vertex $A_i$ and vertex $B_i$. Assign a color to eac",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "ttpc2024_2_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a rooted tree with $N$ vertices. The vertices are numbered from $1$ to $N$, with vertex $1$ being the root. The $i$\\-th edge connects vertex $A_i$ and vertex $B_i$.\nAssign a color to eac...",
"is_translate": false,
"language": "English"
}
]
}