API Response (JSON)
{
"problem": {
"name": "Swaps 2",
"description": {
"content": "Given are two sequences of length $N$ each: $A = (A_1, A_2, A_3, \\dots, A_N)$ and $B = (B_1, B_2, B_3, \\dots, B_N)$. Determine whether it is possible to make $A$ equal $B$ by repeatedly doing the op",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc120_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are two sequences of length $N$ each: $A = (A_1, A_2, A_3, \\dots, A_N)$ and $B = (B_1, B_2, B_3, \\dots, B_N)$. \nDetermine whether it is possible to make $A$ equal $B$ by repeatedly doing the op...",
"is_translate": false,
"language": "English"
}
]
}