to preprocess a list of numbers in order to quickly calculate the sum of elements in any subarray. The idea is to create a new array where each element at index `i` is the sum of the elements from the ...