API Response (JSON)
{
"problem": {
"name": "Make Biconnected",
"description": {
"content": "You are given an undirected tree $G$ with $N$ vertices. **The degree of every vertex in $G$ is at most $3$.** The vertices are numbered $1$ to $N$. The edges are numbered $1$ to $N-1$, and edge $i$ ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc160_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an undirected tree $G$ with $N$ vertices. **The degree of every vertex in $G$ is at most $3$.** \nThe vertices are numbered $1$ to $N$. The edges are numbered $1$ to $N-1$, and edge $i$ ...",
"is_translate": false,
"language": "English"
}
]
}