because you initialized sum as an integer ... where you needed to return a dynamically allocated long long int array
sum
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
because you initialized
sum
as an integer ... where you needed to return a dynamically allocated long long int arrayThis comment is hidden because it contains spoiler information about the solution