API Response (JSON)
{
"problem": {
"name": "Binary Knapsack",
"description": {
"content": "There are $N$ items numbered $1,2,\\dots,N$. Item $i$ has weight $2^{X_i}$ and value $Y_i$. When choosing $0$ or more items such that the sum of weights is at most $W$, find the maximum possible sum of",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc201_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ items numbered $1,2,\\dots,N$. Item $i$ has weight $2^{X_i}$ and value $Y_i$.\nWhen choosing $0$ or more items such that the sum of weights is at most $W$, find the maximum possible sum of...",
"is_translate": false,
"language": "English"
}
]
}