API Response (JSON)
{
"problem": {
"name": "Index × A(Continuous ver.)",
"description": {
"content": "You are given an integer sequence $A=(A_1,A_2,\\dots,A_N)$ of length $N$. Find the maximum value of $\\displaystyle \\sum_{i=1}^{M} i \\times B_i$ for a contiguous subarray $B=(B_1,B_2,\\dots,B_M)$ of $A$ ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc267_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer sequence $A=(A_1,A_2,\\dots,A_N)$ of length $N$.\nFind the maximum value of $\\displaystyle \\sum_{i=1}^{M} i \\times B_i$ for a contiguous subarray $B=(B_1,B_2,\\dots,B_M)$ of $A$ ...",
"is_translate": false,
"language": "English"
}
]
}