API Response (JSON)
{
"problem": {
"name": "Forest",
"description": {
"content": "You are given a forest with $N$ vertices and $M$ edges. The vertices are numbered $0$ through $N-1$. The edges are given in the format $(x_i,y_i)$, which means that Vertex $x_i$ and $y_i$ are connecte",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "apc001_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a forest with $N$ vertices and $M$ edges. The vertices are numbered $0$ through $N-1$. The edges are given in the format $(x_i,y_i)$, which means that Vertex $x_i$ and $y_i$ are connecte...",
"is_translate": false,
"language": "English"
}
]
}