API Response (JSON)
{
"problem": {
"name": "Ex - Diff Adjacent",
"description": {
"content": "A positive-integer sequence is said to be **splendid** if no two adjacent elements are equal. Find the sum, modulo $998244353$, of the lengths of all splendid sequences whose elements have a sum of $N",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc297_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A positive-integer sequence is said to be **splendid** if no two adjacent elements are equal.\nFind the sum, modulo $998244353$, of the lengths of all splendid sequences whose elements have a sum of $N...",
"is_translate": false,
"language": "English"
}
]
}