API Response (JSON)
{
"problem": {
"name": "Align",
"description": {
"content": "You are given $N$ integers; the $i$\\-th of them is $A_i$. Find the maximum possible sum of the absolute differences between the adjacent elements after arranging these integers in a row in any order y",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "tenka1_2018_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ integers; the $i$\\-th of them is $A_i$. Find the maximum possible sum of the absolute differences between the adjacent elements after arranging these integers in a row in any order y...",
"is_translate": false,
"language": "English"
}
]
}