Given a pair-sum array arr [], construct the original array. A pair-sum array for an array is the array that contains sum of all pairs in ordered form, i.e., arr [0] is sum of res [0] and res [1], arr ...