API Response (JSON)
{
"problem": {
"name": "Swap to Sort",
"description": {
"content": "You are given a permutation $P=(P_1,P_2,\\ldots,P_N)$ of $(1,2,\\ldots,N)$. You can repeat the following two kinds of operations in any order to make $P$ sorted in increasing order. * Operation $A$: ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc147_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a permutation $P=(P_1,P_2,\\ldots,P_N)$ of $(1,2,\\ldots,N)$.\nYou can repeat the following two kinds of operations in any order to make $P$ sorted in increasing order.\n\n* Operation $A$: ...",
"is_translate": false,
"language": "English"
}
]
}