API Response (JSON)
{
"problem": {
"name": "Permutation Oddness",
"description": {
"content": "Let us define the _oddness_ of a permutation $p$ = {$p_1,\\ p_2,\\ ...,\\ p_n$} of {$1,\\ 2,\\ ...,\\ n$} as $\\sum_{i = 1}^n |i - p_i|$. Find the number of permutations of {$1,\\ 2,\\ ...,\\ n$} of oddness $k$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc134_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let us define the _oddness_ of a permutation $p$ = {$p_1,\\ p_2,\\ ...,\\ p_n$} of {$1,\\ 2,\\ ...,\\ n$} as $\\sum_{i = 1}^n |i - p_i|$.\nFind the number of permutations of {$1,\\ 2,\\ ...,\\ n$} of oddness $k$...",
"is_translate": false,
"language": "English"
}
]
}