API Response (JSON)
{
"problem": {
"name": "White and Black Balls",
"description": {
"content": "How many ways are there to arrange $N$ white balls and $M$ black balls in a row from left to right to satisfy the following condition? * For each $i$ $(1 \\leq i \\leq N + M)$, let $w_i$ and $b_i$ be",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc205_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "How many ways are there to arrange $N$ white balls and $M$ black balls in a row from left to right to satisfy the following condition?\n\n* For each $i$ $(1 \\leq i \\leq N + M)$, let $w_i$ and $b_i$ be...",
"is_translate": false,
"language": "English"
}
]
}