API Response (JSON)
{
"problem": {
"name": "Products of Min-Max",
"description": {
"content": "Given is a sequence $A$ of $N$ integers. There are $2^N - 1$ non-empty subsequences $B$ of $A$. Find the sum of $\\max\\left(B\\right) \\times \\min\\left(B\\right)$ over all of them. Since the answer can be",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc116_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a sequence $A$ of $N$ integers. There are $2^N - 1$ non-empty subsequences $B$ of $A$. Find the sum of $\\max\\left(B\\right) \\times \\min\\left(B\\right)$ over all of them.\nSince the answer can be...",
"is_translate": false,
"language": "English"
}
]
}