API Response (JSON)
{
"problem": {
"name": "分摊水费 / bill",
"description": {
"content": "小山和小西合租了一套公寓,需共同分摊每月的自来水费用。水费采用阶梯计价方式,具体规则如下: 1. 每月总用水量不超过 $10$ 立方米(含 $10$ 立方米)的部分,每立方米收费 $4$ 元。 2. 每月总用水量超出 $10$ 立方米的部分,每立方米收费 $5$ 元。 小山每月用水量为 $a$ 立方米,小西每月用水量为 $b$ 立方米。 他们约定了一套分摊总费用的规则: 1. 若总用水不超过 ",
"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": "LGB4467"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小山和小西合租了一套公寓,需共同分摊每月的自来水费用。水费采用阶梯计价方式,具体规则如下:\n1. 每月总用水量不超过 $10$ 立方米(含 $10$ 立方米)的部分,每立方米收费 $4$ 元。\n2. 每月总用水量超出 $10$ 立方米的部分,每立方米收费 $5$ 元。\n\n小山每月用水量为 $a$ 立方米,小西每月用水量为 $b$ 立方米。\n\n他们约定了一套分摊总费用的规则:\n1. 若总用水不超过 ...",
"is_translate": false,
"language": "English"
}
]
}