API Response (JSON)
{
"problem": {
"name": "Simple Knapsack",
"description": {
"content": "You have $N$ items and a bag of strength $W$. The $i$\\-th item has a weight of $w_i$ and a value of $v_i$. You will select some of the items and put them in the bag. Here, the total weight of the sele",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc073_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have $N$ items and a bag of strength $W$. The $i$\\-th item has a weight of $w_i$ and a value of $v_i$.\nYou will select some of the items and put them in the bag. Here, the total weight of the sele...",
"is_translate": false,
"language": "English"
}
]
}