API Response (JSON)
{
"problem": {
"name": "[蓝桥杯 2022 国 C] 打折",
"description": {
"content": "小蓝打算采购 $n$ 种物品,每种物品各需要 $1$ 个。 小蓝所住的位置附近一共有 $m$ 个店铺,每个店铺都出售着各种各样的物品。 第 $i$ 家店铺会在第 $s_i$ 天至第 $t_i$ 天打折,折扣率为 $p_i$,对于原件为 $b$ 的物品,折后价格为 $\\lfloor\\frac {b\\cdot p_j}{100}\\rfloor$。其它时间需按原价购买。 小蓝很忙,他只能选择一天的",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8812"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小蓝打算采购 $n$ 种物品,每种物品各需要 $1$ 个。\n\n小蓝所住的位置附近一共有 $m$ 个店铺,每个店铺都出售着各种各样的物品。\n\n第 $i$ 家店铺会在第 $s_i$ 天至第 $t_i$ 天打折,折扣率为 $p_i$,对于原件为 $b$ 的物品,折后价格为 $\\lfloor\\frac {b\\cdot p_j}{100}\\rfloor$。其它时间需按原价购买。\n\n小蓝很忙,他只能选择一天的...",
"is_translate": false,
"language": "English"
}
]
}