API Response (JSON)
{
"problem": {
"name": "Swap and Sort",
"description": {
"content": "We have a permutation $P=(P_1,P_2,\\ldots,P_N)$ of $(1,2,\\ldots,N)$. There are $M$ kinds of operations available to you. Operation $i$ swaps the $a_i$\\-th and $b_i$\\-th elements of $P$. Is it possible ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc233_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a permutation $P=(P_1,P_2,\\ldots,P_N)$ of $(1,2,\\ldots,N)$.\nThere are $M$ kinds of operations available to you. Operation $i$ swaps the $a_i$\\-th and $b_i$\\-th elements of $P$.\nIs it possible ...",
"is_translate": false,
"language": "English"
}
]
}