API Response (JSON)
{
"problem": {
"name": "I. Tree Game",
"description": {
"content": "Consider the following game about coloring edges in a tree. You are given a tree. Initially, the color of all edges is white. Let a _valid path_ be a simple path such that all its edges are white, an",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10123I"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Consider the following game about coloring edges in a tree.\n\nYou are given a tree. Initially, the color of all edges is white. Let a _valid path_ be a simple path such that all its edges are white, an...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ T = (V, E) $ be a tree with $ n = |V| $ nodes and $ n-1 $ edges. \nLet $ L \\subseteq V $ be the set of leaf nodes (degree 1). \nAn edge is initially white; coloring an edge bla...",
"is_translate": false,
"language": "Formal"
}
]
}