API Response (JSON)
{
"problem": {
"name": "[语言月赛 202511] 哈基米:Counting Stars",
"description": {
"content": "星空无垠。 一颗星星的方位,可以用球坐标 $(r,\\theta,\\phi)$ 来描述,其中 $\\theta, \\phi$ 为以度为单位的角度,$r$ 为距离。当 $\\theta, \\phi$ 相同时,只有距离最近($r$ 最小)的一颗星星可以被看到。 你无需了解球坐标系,亦可以完成本题。 星空中共有 $N$ 颗星星,给定他们的坐标,请你计算可以被看到的最远的星星距离有多远。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4434"
},
"statements": [
{
"statement_type": "Markdown",
"content": "星空无垠。\n\n一颗星星的方位,可以用球坐标 $(r,\\theta,\\phi)$ 来描述,其中 $\\theta, \\phi$ 为以度为单位的角度,$r$ 为距离。当 $\\theta, \\phi$ 相同时,只有距离最近($r$ 最小)的一颗星星可以被看到。\n\n你无需了解球坐标系,亦可以完成本题。\n\n星空中共有 $N$ 颗星星,给定他们的坐标,请你计算可以被看到的最远的星星距离有多远。\n\n## Inpu...",
"is_translate": false,
"language": "English"
}
]
}