API Response (JSON)
{
"problem": {
"name": "M. April Fools' Problem (easy)",
"description": {
"content": "The marmots have prepared a very easy problem for this year's HC2 – this one. It involves numbers _n_, _k_ and a sequence of _n_ positive integers _a_1, _a_2, ..., _a__n_. They also came up with a bea",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF802M"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The marmots have prepared a very easy problem for this year's HC2 – this one. It involves numbers _n_, _k_ and a sequence of _n_ positive integers _a_1, _a_2, ..., _a__n_. They also came up with a bea...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "土拨鼠为今年的 HC#cf_span[2] 准备了一个非常简单的题目——就是这个。它涉及数字 #cf_span[n]、#cf_span[k] 和一个由 #cf_span[n] 个正整数组成的序列 #cf_span[a1, a2, ..., an]。他们还为题面编写了一个优美而引人入胜的故事,解释了输入的含义、程序应输出什么,并且读起来像一部优秀的犯罪小说。\n\n然而,我,海蒂,对此不屑一顾。作为我今...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given: \n- Integers $ n, k $ such that $ 1 \\leq k \\leq n \\leq 2200 $. \n- A sequence $ a = (a_1, a_2, \\dots, a_n) $ of positive integers with $ 1 \\leq a_i \\leq 10^4 $. \n\nObjective: \nOutput the maxim...",
"is_translate": false,
"language": "Formal"
}
]
}