API Response (JSON)
{
"problem": {
"name": "[UESTCPC 2024] 2-聚类算法",
"description": {
"content": "Alice 和 Bob 是两只 $k$ 维空间中的生物。在他们生活的空间中,分布着 $2n$ 个特征点,其中第 $i$ 个特征点的坐标为 $(x_{i,1},x_{i,2},\\ldots,x_{i,k})$。 在这个空间中,两点之间的距离被定义为它们之间的曼哈顿距离(即点 $i$ 与点 $j$ 之间的距离 $\\text{dist}_{i,j}=\\sum_{p=1}^{k}|x_{i,p}-x_{",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10336"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Alice 和 Bob 是两只 $k$ 维空间中的生物。在他们生活的空间中,分布着 $2n$ 个特征点,其中第 $i$ 个特征点的坐标为 $(x_{i,1},x_{i,2},\\ldots,x_{i,k})$。\n\n在这个空间中,两点之间的距离被定义为它们之间的曼哈顿距离(即点 $i$ 与点 $j$ 之间的距离 $\\text{dist}_{i,j}=\\sum_{p=1}^{k}|x_{i,p}-x_{...",
"is_translate": false,
"language": "English"
}
]
}