API Response (JSON)
{
"problem": {
"name": "Secret Passage",
"description": {
"content": "Given is a string $S$ consisting of `0` and `1`. Find the number of strings, modulo $998244353$, that can result from applying the following operation on $S$ zero or more times: * Remove the two ch",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc046_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a string $S$ consisting of `0` and `1`. Find the number of strings, modulo $998244353$, that can result from applying the following operation on $S$ zero or more times:\n\n* Remove the two ch...",
"is_translate": false,
"language": "English"
}
]
}