API Response (JSON)
{
"problem": {
"name": "E. Water Taps",
"description": {
"content": "Consider a system of _n_ water taps all pouring water into the same container. The _i_\\-th water tap can be set to deliver any amount of water from 0 to _a__i_ ml per second (this amount may be a real",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF954E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Consider a system of _n_ water taps all pouring water into the same container. The _i_\\-th water tap can be set to deliver any amount of water from 0 to _a__i_ ml per second (this amount may be a real...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "考虑一个由 #cf_span[n] 个水龙头组成的系统,所有水龙头均向同一个容器注水。第 #cf_span[i] 个水龙头可以设置为每秒输送从 #cf_span[0] 到 #cf_span[ai] 毫升的任意水量(该数值可以是实数)。第 #cf_span[i] 个水龙头输送的水的温度为 #cf_span[ti]。\n\n若对每个 #cf_span[i],你将第 #cf_span[i] 个水龙头设置为每...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $, $ T \\in \\mathbb{R} $. \nLet $ \\mathbf{a} = (a_1, \\dots, a_n) \\in \\mathbb{R}^n_{\\geq 0} $ be the maximum flow rates of the taps. \nLet $ \\mathbf{t} = (t_1,...",
"is_translate": false,
"language": "Formal"
}
]
}