API Response (JSON)
{
"problem": {
"name": "[CCC 2021 S3] Lunch Concert",
"description": {
"content": "有 $N$ 个人,第 $i$ 个人的速度为 $W_i$ **秒每米**,听力为 $D_i$,即能听见距离他不超过 $D_i$ 米处的音乐,初始在 $P_i$ 位置。 你要在 $c$ 位置处开音乐会,这个 $c$ 由你决定且为整数。这 $N$ 个人都会靠近你直到能听到你。你要最小化每个人移动的时间之和。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9025"
},
"statements": [
{
"statement_type": "Markdown",
"content": "有 $N$ 个人,第 $i$ 个人的速度为 $W_i$ **秒每米**,听力为 $D_i$,即能听见距离他不超过 $D_i$ 米处的音乐,初始在 $P_i$ 位置。\n\n你要在 $c$ 位置处开音乐会,这个 $c$ 由你决定且为整数。这 $N$ 个人都会靠近你直到能听到你。你要最小化每个人移动的时间之和。\n\n## Input\n\n第一行:$N$。\n\n接下来的 $N$ 行,每行依次包含 $P_i,W_i...",
"is_translate": false,
"language": "English"
}
]
}