API Response (JSON)
{
"problem": {
"name": "Unique Subsequence",
"description": {
"content": "Given is a sequence of $N$ integers $A_1,A_2,\\cdots,A_N$. Find the number of non-empty subsequences $s$ of $A$ satisfying the following condition, modulo $998244353$. * There is only one way to ext",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc125_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a sequence of $N$ integers $A_1,A_2,\\cdots,A_N$.\nFind the number of non-empty subsequences $s$ of $A$ satisfying the following condition, modulo $998244353$.\n\n* There is only one way to ext...",
"is_translate": false,
"language": "English"
}
]
}