Adding Special Sum
Special Sum of 4 numbers (a, b, c, d) is defined as: |a+b-c-d| + |a+c-b-d| + |a+d-b-c| + |c+d-a-b| + |b+d-a-c| + |b+c-a-d| where |x| denotes absolute value of x. Given an array A of size N, you need to find the sum of Special Sum of numbers taken over all quadruples of different indices of the array. Input First line contains T, the number of test cases to follow. First line of each test ca
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start