API Response (JSON)
{
"problem": {
"name": "Reverse Brackets",
"description": {
"content": "A string is defined to be a **valid parenthesis sequence** if and only if it satisfies one of the following conditions: * It is an empty string. * There exists a valid parenthesis sequence $A$ su",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc194_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A string is defined to be a **valid parenthesis sequence** if and only if it satisfies one of the following conditions:\n\n* It is an empty string.\n* There exists a valid parenthesis sequence $A$ su...",
"is_translate": false,
"language": "English"
}
]
}