API Response (JSON)
{
"problem": {
"name": "Another Mod of Linear Problem",
"description": {
"content": "You are given integers $N,M,A,B$. Define an integer sequence $X=(X_0,X_1,\\ldots,X_{N-1})$ as $\\displaystyle X_k = (Ak+B) \\bmod M$. Find the number of integers $k$ satisfying $0 \\le k < N$ and $X_k > k",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc443_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $N,M,A,B$.\nDefine an integer sequence $X=(X_0,X_1,\\ldots,X_{N-1})$ as $\\displaystyle X_k = (Ak+B) \\bmod M$.\nFind the number of integers $k$ satisfying $0 \\le k < N$ and $X_k > k...",
"is_translate": false,
"language": "English"
}
]
}