API Response (JSON)
{
"problem": {
"name": "Coloring Edges on Tree",
"description": {
"content": "Given is a tree $G$ with $N$ vertices. The vertices are numbered $1$ through $N$, and the $i$\\-th edge connects Vertex $a_i$ and Vertex $b_i$. Consider painting the edges in $G$ with some number of co",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc146_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a tree $G$ with $N$ vertices. The vertices are numbered $1$ through $N$, and the $i$\\-th edge connects Vertex $a_i$ and Vertex $b_i$.\nConsider painting the edges in $G$ with some number of co...",
"is_translate": false,
"language": "English"
}
]
}