API Response (JSON)
{
"problem": {
"name": "Powers",
"description": {
"content": "Given are integer sequence of length $N$, $A = (A_1, A_2, \\cdots, A_N)$, and an integer $K$. For each $X$ such that $1 \\le X \\le K$, find the following value: $\\left(\\displaystyle \\sum_{L=1}^{N-1} \\su",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc106_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are integer sequence of length $N$, $A = (A_1, A_2, \\cdots, A_N)$, and an integer $K$.\nFor each $X$ such that $1 \\le X \\le K$, find the following value:\n$\\left(\\displaystyle \\sum_{L=1}^{N-1} \\su...",
"is_translate": false,
"language": "English"
}
]
}