API Response (JSON)
{
"problem": {
"name": "Increasing K Times",
"description": {
"content": "You are given an integer sequence $A = (A_1, \\dots, A_N)$ of length $N$. Find the number, modulo $998244353$, of permutations $P = (P_1, \\dots, P_N)$ of $(1, 2, \\dots, N)$ such that: * there exist ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc267_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer sequence $A = (A_1, \\dots, A_N)$ of length $N$.\nFind the number, modulo $998244353$, of permutations $P = (P_1, \\dots, P_N)$ of $(1, 2, \\dots, N)$ such that:\n\n* there exist ...",
"is_translate": false,
"language": "English"
}
]
}