API Response (JSON)
{
"problem": {
"name": "Max Add",
"description": {
"content": "For a sequence $a = (a_1, a_2, a_3, \\dots, a_k)$, let $f(a)$ be the sum of its elements after the following is done: * For each $i = 1, 2, 3, \\dots, k$, in this order, do the following operation: ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc120_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a sequence $a = (a_1, a_2, a_3, \\dots, a_k)$, let $f(a)$ be the sum of its elements after the following is done:\n\n* For each $i = 1, 2, 3, \\dots, k$, in this order, do the following operation: ...",
"is_translate": false,
"language": "English"
}
]
}