API Response (JSON)
{
"problem": {
"name": "Minimize Inversion",
"description": {
"content": "You are given positive integers $N$ and $K$ satisfying $1\\leq K\\leq N$. For a permutation $P = (P_{1}, P_{2}, \\dots , P_{N})$ of $(1, 2, \\dots , N)$, define $f(P)$ as follows: * The minimum possibl",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc213_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given positive integers $N$ and $K$ satisfying $1\\leq K\\leq N$.\nFor a permutation $P = (P_{1}, P_{2}, \\dots , P_{N})$ of $(1, 2, \\dots , N)$, define $f(P)$ as follows:\n\n* The minimum possibl...",
"is_translate": false,
"language": "English"
}
]
}