API Response (JSON)
{
"problem": {
"name": "G. New Year and Binary Tree Paths",
"description": {
"content": "The New Year tree is an infinite perfect binary tree rooted in the node 1. Each node _v_ has two children: nodes indexed (2·_v_) and (2·_v_ + 1). <center> and (2·_v_ + 1).\n\n<center>] 和 #cf_span[(2·v + 1)] 的节点。\\n\\n北极熊喜欢装饰新年树,Limak 也不例外。由于他只是一只小熊,他被要求只装饰一对节点之间的简单路径。不过,他有机会自己选...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ T $ be the infinite perfect binary tree with root $ 1 $, where each node $ v $ has children $ 2v $ and $ 2v+1 $. \nLet $ P(u, v) $ denote the set of nodes on the unique simple ...",
"is_translate": false,
"language": "Formal"
}
]
}