API Response (JSON)
{
"problem": {
"name": "Parenthesis Arrangement",
"description": {
"content": "You are given a string $S$ of length $2N$ consisting of the characters `(` and `)`. Let $S_i$ denote the $i$\\-th character from the left of $S$. You can perform the following two types of operations z",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc175_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length $2N$ consisting of the characters `(` and `)`. Let $S_i$ denote the $i$\\-th character from the left of $S$.\nYou can perform the following two types of operations z...",
"is_translate": false,
"language": "English"
}
]
}