3 4 2
8 $A$ is $(4, 6, 8)$. There are eight ways for (Takahashi, Aoki) to take the elements: $((), (4, 6, 8)), ((4), (6, 8)), ((6), (4, 8)), ((8), (4, 6))), ((4, 6), (8))), ((4, 8), (6))), ((6, 8), (4)))$, and $((4, 6, 8), ())$. The values of $S - T$ in these ways are $-18, -10, -6, -2, 2, 6, 10$, and $18$, respectively, so there are eight possible values of $S - T$.
2 3 -3
2 $A$ is $(3, 0)$. There are two possible values of $S - T$: $-3$ and $3$.
100 14 20
49805
{
"problem": {
"name": "Sum Difference",
"description": {
"content": "We have an integer sequence $A$ of length $N$, where $A_1 = X, A_{i+1} = A_i + D (1 \\leq i < N )$ holds. Takahashi will take some (possibly all or none) of the elements in this sequence, and Aoki will",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc147_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have an integer sequence $A$ of length $N$, where $A_1 = X, A_{i+1} = A_i + D (1 \\leq i < N )$ holds.\nTakahashi will take some (possibly all or none) of the elements in this sequence, and Aoki will...",
"is_translate": false,
"language": "English"
}
]
}