API Response (JSON)
{
"problem": {
"name": "「EZEC-11」Tyres",
"description": {
"content": "有 $n$ 套轮胎,滴叉需要用这些轮胎跑 $m$ 圈。 使用第 $i$ 套轮胎跑的第 $j$ 圈(对每套轮胎单独计数)需要 $a_i+b_i(j-1)^2$ 秒。在本题中,你不需要担心爆胎,安全车,红旗或者不同的比赛策略。 滴叉需要进入维修站来更换轮胎,所消耗的时间为 $t$ 秒。特别地,滴叉使用的**第一套**轮胎不需要进站更换。 为了帮助滴叉拿下 WDC,你需要最小化总时间,总时间等于每",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8179"
},
"statements": [
{
"statement_type": "Markdown",
"content": "有 $n$ 套轮胎,滴叉需要用这些轮胎跑 $m$ 圈。\n\n使用第 $i$ 套轮胎跑的第 $j$ 圈(对每套轮胎单独计数)需要 $a_i+b_i(j-1)^2$ 秒。在本题中,你不需要担心爆胎,安全车,红旗或者不同的比赛策略。\n\n滴叉需要进入维修站来更换轮胎,所消耗的时间为 $t$ 秒。特别地,滴叉使用的**第一套**轮胎不需要进站更换。\n\n为了帮助滴叉拿下 WDC,你需要最小化总时间,总时间等于每...",
"is_translate": false,
"language": "English"
}
]
}