API Response (JSON)
{
"problem": {
"name": "Product of Arithmetic Progression",
"description": {
"content": "Consider the following arithmetic progression with $n$ terms: * $x, x + d, x + 2d, \\ldots, x + (n-1)d$ What is the product of all terms in this sequence? Compute the answer modulo $1\\ 000\\ 003$. Y",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "m_solutions2019_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Consider the following arithmetic progression with $n$ terms:\n\n* $x, x + d, x + 2d, \\ldots, x + (n-1)d$\n\nWhat is the product of all terms in this sequence? Compute the answer modulo $1\\ 000\\ 003$.\nY...",
"is_translate": false,
"language": "English"
}
]
}