API Response (JSON)
{
"problem": {
"name": "A. Garden",
"description": {
"content": "Luba thinks about watering her garden. The garden can be represented as a segment of length _k_. Luba has got _n_ buckets, the _i_\\-th bucket allows her to water some continuous subsegment of garden o",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF915A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Luba thinks about watering her garden. The garden can be represented as a segment of length _k_. Luba has got _n_ buckets, the _i_\\-th bucket allows her to water some continuous subsegment of garden o...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Luba 正在考虑给她的花园浇水。花园可以表示为一个长度为 $k$ 的线段。Luba 有 $n$ 个水桶,第 $i$ 个水桶每小时可以浇灌花园中一个长度 *恰好* 为 $a_i$ 的连续子段。*Luba 不能浇灌已经浇过水的部分,也不能浇灌花园以外的区域*。\n\nLuba 必须 *选择其中一个* 水桶来尽可能快地浇灌整个花园(如上所述,如果她选择第 $i$ 个水桶,每小时她将浇灌一个长度为 $a_i...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given:\n- A garden of length $ k $.\n- $ n $ buckets, where the $ i $-th bucket can water a continuous segment of exact length $ a_i $ per hour.\n- Constraints:\n - Only one bucket may be chosen.\n - Wat...",
"is_translate": false,
"language": "Formal"
}
]
}