API Response (JSON)
{
"problem": {
"name": "Insertion",
"description": {
"content": "You are given a string $S$ of length $N$ consisting of `(` and `)`. Your task is to insert some number of `(` and `)` into $S$ to obtain a _correct bracket sequence_. Here, a correct bracket sequenc",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc064_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length $N$ consisting of `(` and `)`. Your task is to insert some number of `(` and `)` into $S$ to obtain a _correct bracket sequence_. \nHere, a correct bracket sequenc...",
"is_translate": false,
"language": "English"
}
]
}