API Response (JSON)
{
"problem": {
"name": "Directed Tree",
"description": {
"content": "Given is a directed tree with $N$ vertices numbered $1$ through $N$. Vertex $1$ is the root of the tree. For each integer $i$ such that $2 \\leq i \\leq N$, there is a directed edge from Vertex $p_i$ to",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc121_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a directed tree with $N$ vertices numbered $1$ through $N$.\nVertex $1$ is the root of the tree. For each integer $i$ such that $2 \\leq i \\leq N$, there is a directed edge from Vertex $p_i$ to...",
"is_translate": false,
"language": "English"
}
]
}