API Response (JSON)
{
"problem": {
"name": "Pair of Sequences",
"description": {
"content": "You are given integers $N$, $M$, $X$, and $Y$. Find the number, modulo $998244353$, of pairs $(A, B)$ of sequences $A=(a_1,\\ldots,a_N)$ and $B=(b_1,\\ldots,b_N)$ that satisfy all of the following condi",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 8000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc069_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $N$, $M$, $X$, and $Y$.\nFind the number, modulo $998244353$, of pairs $(A, B)$ of sequences $A=(a_1,\\ldots,a_N)$ and $B=(b_1,\\ldots,b_N)$ that satisfy all of the following condi...",
"is_translate": false,
"language": "English"
}
]
}