SP8372 TSUM - Triple Sums
Description
You're given a sequence **s** of **N** distinct integers.
Consider all the possible sums of three integers from the sequence at three different indicies.
For each obtainable sum output the number of different triples of indicies that generate it.
**Constraints:**
N
Input Format
N/A
Output Format
N/A