API Response (JSON)
{
"problem": {
"name": "Maximum Bracket Subsequence",
"description": {
"content": "You are given integers $N$, $K$, and a correct bracket sequence $S$ of length $K$ consisting of `(` and `)`. Find the number, modulo $998244353$, of length-$N$ strings $T$ consisting of `(` and `)` th",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc071_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $N$, $K$, and a correct bracket sequence $S$ of length $K$ consisting of `(` and `)`.\nFind the number, modulo $998244353$, of length-$N$ strings $T$ consisting of `(` and `)` th...",
"is_translate": false,
"language": "English"
}
]
}