API Response (JSON)
{
"problem": {
"name": "Swap Permutation",
"description": {
"content": "You are given a permutation $P=(P_1,P_2,\\dots,P_N)$ of $(1,2,\\dots,N)$. You will perform the following operation $M$ times: * Choose a pair of integers $(i, j)$ such that $1 \\le i < j \\le N$, and s",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc176_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a permutation $P=(P_1,P_2,\\dots,P_N)$ of $(1,2,\\dots,N)$. You will perform the following operation $M$ times:\n\n* Choose a pair of integers $(i, j)$ such that $1 \\le i < j \\le N$, and s...",
"is_translate": false,
"language": "English"
}
]
}