API Response (JSON)
{
"problem": {
"name": "D. Andrew and Chemistry",
"description": {
"content": "_During the chemistry lesson Andrew learned that the saturated hydrocarbons (alkanes) enter into radical chlorination reaction. Andrew is a very curious boy, so he wondered how many different products",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF718D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "_During the chemistry lesson Andrew learned that the saturated hydrocarbons (alkanes) enter into radical chlorination reaction. Andrew is a very curious boy, so he wondered how many different products...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在化学课上,Andrew 学习到饱和烃(烷烃)会发生自由基氯代反应。Andrew 是一个非常好奇的男孩,因此他想知道对于给定的烷烃,反应可能生成多少种不同的产物。他成功解决了小分子的问题,但对于大分子他遇到了一些困难,于是向你寻求帮助。\n\n形式化地,你被给定一棵由 #cf_span[n] 个顶点组成的树,其中每个顶点的度数不超过 #cf_span[4]。你需要计算通过向这棵树添加一个新顶点和一条新...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ T = (V, E) $ be a tree with $ n $ vertices, where $ \\deg(v) \\leq 4 $ for all $ v \\in V $.\n\nLet $ \\mathcal{S} $ be the set of all trees obtained by adding one new vertex $ v_{n+1} $ and one new e...",
"is_translate": false,
"language": "Formal"
}
]
}