Given a two-dimensional array of integers, a row index r
,
and a column index c
, return the sum of all elements in the
given row and column. The element where the row and column
meet should only be included once. You may assume that the
given index for row/column exists.