API Response (JSON)
{
"problem": {
"name": "Count Bracket Sequences",
"description": {
"content": "You are given a non-empty string $S$ consisting of `(`, `)`, and `?`. There are $2^x$ ways to obtain a new string by replacing each `?` in $S$ with `(` and `)`, where $x$ is the number of occurrence",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc312_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a non-empty string $S$ consisting of `(`, `)`, and `?`. \nThere are $2^x$ ways to obtain a new string by replacing each `?` in $S$ with `(` and `)`, where $x$ is the number of occurrence...",
"is_translate": false,
"language": "English"
}
]
}