API Response (JSON)
{
"problem": {
"name": "Long Shuffle",
"description": {
"content": "There is an array $A_1, \\ldots, A_N$, and initially $A_i = i$ for all $i$. Define the following routine $\\mathrm{shuffle}(L, R)$: * If $R = L + 1$, swap values of $A_L$ and $A_R$ and terminate. * ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc061_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is an array $A_1, \\ldots, A_N$, and initially $A_i = i$ for all $i$. Define the following routine $\\mathrm{shuffle}(L, R)$:\n\n* If $R = L + 1$, swap values of $A_L$ and $A_R$ and terminate.\n* ...",
"is_translate": false,
"language": "English"
}
]
}