API Response (JSON)
{
"problem": {
"name": "Sequence Sum",
"description": {
"content": "Let us denote by $f(x, m)$ the remainder of the Euclidean division of $x$ by $m$. Let $A$ be the sequence that is defined by the initial value $A_1=X$ and the recurrence relation $A_{n+1} = f(A_n^2, M",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc179_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let us denote by $f(x, m)$ the remainder of the Euclidean division of $x$ by $m$.\nLet $A$ be the sequence that is defined by the initial value $A_1=X$ and the recurrence relation $A_{n+1} = f(A_n^2, M...",
"is_translate": false,
"language": "English"
}
]
}