API Response (JSON)
{
"problem": {
"name": "Sequence Growing Hard",
"description": {
"content": "Find the number of the possible tuples of sequences $(A_0,A_1,...,A_N)$ that satisfy all of the following conditions, modulo $M$: * For every $i$ $(0\\leq i\\leq N)$, $A_i$ is a sequence of length $i",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc024_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Find the number of the possible tuples of sequences $(A_0,A_1,...,A_N)$ that satisfy all of the following conditions, modulo $M$:\n\n* For every $i$ $(0\\leq i\\leq N)$, $A_i$ is a sequence of length $i...",
"is_translate": false,
"language": "English"
}
]
}