API Response (JSON)
{
"problem": {
"name": "Star or Not",
"description": {
"content": "You are given a tree with $N$ vertices and $N-1$ edges. The vertices are numbered $1,2,\\ldots,N$. The $i$\\-th edge connects Vertex $a_i$ and Vertex $b_i$. Determine whether this tree is a star. Here",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc225_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a tree with $N$ vertices and $N-1$ edges. \nThe vertices are numbered $1,2,\\ldots,N$. The $i$\\-th edge connects Vertex $a_i$ and Vertex $b_i$.\nDetermine whether this tree is a star.\nHere...",
"is_translate": false,
"language": "English"
}
]
}