API Response (JSON)
{
"problem": {
"name": "Knapsack for All Segments",
"description": {
"content": "Given are a sequence of $N$ integers $A_1$, $A_2$, $\\ldots$, $A_N$ and a positive integer $S$. For a pair of integers $(L, R)$ such that $1\\leq L \\leq R \\leq N$, let us define $f(L, R)$ as follows: ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc159_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are a sequence of $N$ integers $A_1$, $A_2$, $\\ldots$, $A_N$ and a positive integer $S$. \nFor a pair of integers $(L, R)$ such that $1\\leq L \\leq R \\leq N$, let us define $f(L, R)$ as follows: ...",
"is_translate": false,
"language": "English"
}
]
}