API Response (JSON)
{
"problem": {
"name": "[NOIP 1999 普及组/提高组] 旅行家的预算",
"description": {
"content": "一个旅行家想驾驶汽车以最小的费用从一个城市到另一个城市(假设出发时油箱是空的)。给定两个城市之间的距离 $S$、汽车油箱的容量 $C$(以升为单位)、每升汽油能行驶的距离 $L$、出发点每升汽油价格 $P_0$ 和沿途油站数 $N$,油站 $i$ 离出发点的距离 $D_i$、油站 $i$ 每升汽油价格 $P_i\\ (i=1,2,\\dots,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": "LGP1016"
},
"statements": [
{
"statement_type": "Markdown",
"content": "一个旅行家想驾驶汽车以最小的费用从一个城市到另一个城市(假设出发时油箱是空的)。给定两个城市之间的距离 $S$、汽车油箱的容量 $C$(以升为单位)、每升汽油能行驶的距离 $L$、出发点每升汽油价格 $P_0$ 和沿途油站数 $N$,油站 $i$ 离出发点的距离 $D_i$、油站 $i$ 每升汽油价格 $P_i\\ (i=1,2,\\dots,N)$,你需要求出最小的费用。\n\n## Input\n\n第一...",
"is_translate": false,
"language": "English"
}
]
}