Implement a program that computes the sum of a 3D subarray of 32-bit integers. You are given an input 3D array <code>input</code> of length <code>N x M x K</code>, and two depth indices ...