API Response (JSON)
{
"problem": {
"name": "Sum of Minimum Distance",
"description": {
"content": "You are given positive integers $A$, $B$, $X$, $Y$, and $N$. Here, the following is guaranteed: * $A<B$ * $\\gcd(A,B)=1$ * $1 \\leq N \\leq A+B-1$ For an integer $n$, define $f(n)$ as follows: *",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc183_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given positive integers $A$, $B$, $X$, $Y$, and $N$. Here, the following is guaranteed:\n\n* $A<B$\n* $\\gcd(A,B)=1$\n* $1 \\leq N \\leq A+B-1$\n\nFor an integer $n$, define $f(n)$ as follows:\n\n*...",
"is_translate": false,
"language": "English"
}
]
}