API Response (JSON)
{
"problem": {
"name": "Knapsack for All Subsets",
"description": {
"content": "Given are a sequence of $N$ positive integers $A_1$, $A_2$, $\\ldots$, $A_N$ and another positive integer $S$. For a non-empty subset $T$ of the set ${1, 2, \\ldots , N }$, let us define $f(T)$ as fol",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc169_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are a sequence of $N$ positive integers $A_1$, $A_2$, $\\ldots$, $A_N$ and another positive integer $S$. \nFor a non-empty subset $T$ of the set ${1, 2, \\ldots , N }$, let us define $f(T)$ as fol...",
"is_translate": false,
"language": "English"
}
]
}