API Response (JSON)
{
"problem": {
"name": "D. Winter Is Coming",
"description": {
"content": "The winter in Berland lasts _n_ days. For each day we know the forecast for the average air temperature that day. Vasya has a new set of winter tires which allows him to drive safely no more than _k_",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF747D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The winter in Berland lasts _n_ days. For each day we know the forecast for the average air temperature that day.\n\nVasya has a new set of winter tires which allows him to drive safely no more than _k_...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Berland 的冬天持续 #cf_span[n] 天。对于每一天,我们知道当天的平均气温预报。\n\nVasya 有一套新的冬季轮胎,允许他在任意平均气温下安全驾驶,但总共最多只能使用 #cf_span[k] 天。使用满 #cf_span[k] 天后(无论这些天的气温如何),冬季轮胎就会磨损,不能再使用。这 #cf_span[k] 天不需要是连续的。\n\n在第一个冬天到来之前,Vasya 仍然使用 *...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, k \\in \\mathbb{Z} $ with $ 1 \\leq n \\leq 2 \\cdot 10^5 $, $ 0 \\leq k \\leq n $. \nLet $ T = (t_1, t_2, \\dots, t_n) $ be a sequence of integers where $ -20 \\leq t_i \\leq 20 $, r...",
"is_translate": false,
"language": "Formal"
}
]
}