API Response (JSON)
{
"problem": {
"name": "Convex Sequence",
"description": {
"content": "Given are integers $N$ and $M$. Find the number, modulo $(10^9+7)$, of length-$N$ sequences $(A_1,A_2,\\ldots,A_N)$ that consist of non-negative integers and satisfy the following conditions: * $A_1",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc049_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are integers $N$ and $M$. Find the number, modulo $(10^9+7)$, of length-$N$ sequences $(A_1,A_2,\\ldots,A_N)$ that consist of non-negative integers and satisfy the following conditions:\n\n* $A_1...",
"is_translate": false,
"language": "English"
}
]
}