API Response (JSON)
{
"problem": {
"name": "Knapsack 1",
"description": {
"content": "There are $N$ items, numbered $1, 2, \\ldots, N$. For each $i$ ($1 \\leq i \\leq N$), Item $i$ has a weight of $w_i$ and a value of $v_i$. Taro has decided to choose some of the $N$ items and carry them ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "dp_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ items, numbered $1, 2, \\ldots, N$. For each $i$ ($1 \\leq i \\leq N$), Item $i$ has a weight of $w_i$ and a value of $v_i$.\nTaro has decided to choose some of the $N$ items and carry them ...",
"is_translate": false,
"language": "English"
}
]
}