News

You need to find the sum of both the input arrays/list treating them as two integers and put the result in another array/list i.e. output array/list will also contain only single digit at every index.
If N <= 1 or all the elements are same in the array/list then return -2147483648 or -2 ^ 31 (It is the smallest value for the range of Integer) Input format : The first line contains an Integer 't' ...