API Response (JSON)
{
"problem": {
"name": "Exoswap",
"description": {
"content": "We have a permutation $P = P_1, P_2, \\ldots, P_N$ of $1, 2, \\ldots, N$. You have to do the following $N - 1$ operations on $P$, **each exactly once**, in some order: * Swap $P_1$ and $P_2$. * ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc110_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a permutation $P = P_1, P_2, \\ldots, P_N$ of $1, 2, \\ldots, N$.\nYou have to do the following $N - 1$ operations on $P$, **each exactly once**, in some order:\n\n* Swap $P_1$ and $P_2$.\n \n* ...",
"is_translate": false,
"language": "English"
}
]
}