5 3 7 1 3 6 9 12
5
There are five ways to perform division:
* $X=${$1,6,9,12$}, $Y=${$3$}
* $X=${$1,6,9$}, $Y=${$3,12$}
* $X=${$3,6,9,12$}, $Y=${$1$}
* $X=${$3,6,9$}, $Y=${$1,12$}
* $X=${$3,6,12$}, $Y=${$1,9$}7 5 3 0 2 4 7 8 11 15
4
8 2 9 3 4 5 13 15 22 26 32
13
3 3 4 5 6 7
0
{
"problem": {
"name": "Division into Two",
"description": {
"content": "There is a set consisting of $N$ distinct integers. The $i$\\-th smallest element in this set is $S_i$. We want to divide this set into two sets, $X$ and $Y$, such that: * The absolute difference of",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc009_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a set consisting of $N$ distinct integers. The $i$\\-th smallest element in this set is $S_i$. We want to divide this set into two sets, $X$ and $Y$, such that:\n\n* The absolute difference of...",
"is_translate": false,
"language": "English"
}
]
}