API Response (JSON)
{
"problem": {
"name": "Shrink the Tree",
"description": {
"content": "You are given a tree $T$ with $N$ vertices numbered $1$ to $N$. The $i$\\-th edge connects vertices $A_i$ and $B_i$. You can perform the following operation any number of times, possibly zero. * Cho",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "wtf22_day1_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a tree $T$ with $N$ vertices numbered $1$ to $N$. The $i$\\-th edge connects vertices $A_i$ and $B_i$.\nYou can perform the following operation any number of times, possibly zero.\n\n* Cho...",
"is_translate": false,
"language": "English"
}
]
}