API Response (JSON)
{
"problem": {
"name": "Non-Overlapping Swaps",
"description": {
"content": "You are given a permutation $P=(P_1,P_2,\\cdots,P_N)$ of $(1,2,\\cdots,N)$. Find one sequence of integer pairs $((l_1,r_1),(l_2,r_2),\\cdots,(l_k,r_k))$ that satisfies all of the following conditions. *",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "wtf22_day1_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a permutation $P=(P_1,P_2,\\cdots,P_N)$ of $(1,2,\\cdots,N)$.\nFind one sequence of integer pairs $((l_1,r_1),(l_2,r_2),\\cdots,(l_k,r_k))$ that satisfies all of the following conditions.\n\n*...",
"is_translate": false,
"language": "English"
}
]
}