API Response (JSON)
{
"problem": {
"name": "Bracket Sequencing",
"description": {
"content": "A **bracket sequence** is a string that is one of the following: 1. An empty string; 2. The concatenation of `(`, $A$, and `)` in this order, for some bracket sequence $A$ ; 3. The concatenation o",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc167_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A **bracket sequence** is a string that is one of the following:\n\n1. An empty string;\n2. The concatenation of `(`, $A$, and `)` in this order, for some bracket sequence $A$ ;\n3. The concatenation o...",
"is_translate": false,
"language": "English"
}
]
}