API Response (JSON)
{
"problem": {
"name": "Farthest Vertex",
"description": {
"content": "There is a tree with $N$ vertices numbered $1$ to $N$. The $i$\\-th edge connects vertices $A_i$ and $B_i$. Define the distance between vertices $u$ and $v$ as the number of edges in the path with en",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc428_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a tree with $N$ vertices numbered $1$ to $N$. The $i$\\-th edge connects vertices $A_i$ and $B_i$. \nDefine the distance between vertices $u$ and $v$ as the number of edges in the path with en...",
"is_translate": false,
"language": "English"
}
]
}