API Response (JSON)
{
"problem": {
"name": "Parenthesis Checking",
"description": {
"content": "Let us define a **correct parenthesis sequence** as a string that satisfies one of the following conditions. * It is an empty string. * It is a concatenation of `(`, $A$, `)`, in this order, for ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc223_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let us define a **correct parenthesis sequence** as a string that satisfies one of the following conditions.\n\n* It is an empty string.\n* It is a concatenation of `(`, $A$, `)`, in this order, for ...",
"is_translate": false,
"language": "English"
}
]
}