API Response (JSON)
{
"problem": {
"name": "[语言月赛 202506] 火车优惠",
"description": {
"content": " 小明准备坐火车旅行。这种火车票的价格规则有点特别: - 前 $1$ 到 $10$ 公里,每公里 $20$ 元; - 超过 $10$ 公里但不超过 $50$ 公里的部分,每 $5$ 公里 $80$ 元; - 超过 $50$ 公里的部分,每 $10$ 公里 $120$ 元; - **在第二、第三条价格规则中**,如果不满 $5$ 公里或 $10$ 公里,也要算成 $5$ 公里或 $10$ 公里来收",
"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": "LGB4342"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小明准备坐火车旅行。这种火车票的价格规则有点特别:\n\n- 前 $1$ 到 $10$ 公里,每公里 $20$ 元;\n- 超过 $10$ 公里但不超过 $50$ 公里的部分,每 $5$ 公里 $80$ 元;\n- 超过 $50$ 公里的部分,每 $10$ 公里 $120$ 元;\n- **在第二、第三条价格规则中**,如果不满 $5$ 公里或 $10$ 公里,也要算成 $5$ 公里或 $10$ 公里来收费...",
"is_translate": false,
"language": "English"
}
]
}