API Response (JSON)
{
"problem": {
"name": "Normal",
"description": {
"content": "某天 WJMZBMR 学习了一个神奇的算法:树的点分治! 这个算法的核心是这样的: ```cpp time = 0 Solve(Tree a) { time += a.size; if (a.size == 1) return; else { select x in a; delete a[x]; } } ``` ``` 消耗时间 = 0 Solve(树 a)",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P7"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10632"
},
"statements": [
{
"statement_type": "Markdown",
"content": "某天 WJMZBMR 学习了一个神奇的算法:树的点分治!\n\n这个算法的核心是这样的:\n\n```cpp\ntime = 0\nSolve(Tree a) {\n time += a.size;\n if (a.size == 1) return;\n else {\n select x in a;\n delete a[x];\n }\n}\n```\n\n```\n消耗时间 = 0\nSolve(树 a)...",
"is_translate": false,
"language": "English"
}
]
}