API Response (JSON)
{
"problem": {
"name": "Maximum Average Sets",
"description": {
"content": "You are given $N$ items. The _value_ of the $i$\\-th item $(1 \\leq i \\leq N)$ is $v_i$. Your have to select at least $A$ and at most $B$ of these items. Under this condition, find the maximum pos",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc057_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ items. \nThe _value_ of the $i$\\-th item $(1 \\leq i \\leq N)$ is $v_i$. \nYour have to select at least $A$ and at most $B$ of these items. \nUnder this condition, find the maximum pos...",
"is_translate": false,
"language": "English"
}
]
}