API Response (JSON)
{
"problem": {
"name": "Affine Sort",
"description": {
"content": "Given is a sequence of $N$ positive integers $X = (X_1, X_2, \\ldots, X_N)$. For a positive integer $K$, let $f(K)$ be the number of triples of integers $(a,b,c)$ that satisfy all of the following cond",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc126_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a sequence of $N$ positive integers $X = (X_1, X_2, \\ldots, X_N)$.\nFor a positive integer $K$, let $f(K)$ be the number of triples of integers $(a,b,c)$ that satisfy all of the following cond...",
"is_translate": false,
"language": "English"
}
]
}