API Response (JSON)
{
"problem": {
"name": "Candies",
"description": {
"content": "There are $N$ children, numbered $1, 2, \\ldots, N$. They have decided to share $K$ candies among themselves. Here, for each $i$ ($1 \\leq i \\leq N$), Child $i$ must receive between $0$ and $a_i$ candie",
"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_m"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ children, numbered $1, 2, \\ldots, N$.\nThey have decided to share $K$ candies among themselves. Here, for each $i$ ($1 \\leq i \\leq N$), Child $i$ must receive between $0$ and $a_i$ candie...",
"is_translate": false,
"language": "English"
}
]
}