The sum of the last diagonal

Write a program to find the sum of the last diagonal of the matrix. Given matrix MM with RR rows and CC columns. Its last diagonal always contains element MR,CM_{R,C}

Input

The first line provides two numbers: RR and CC the number of rows and columns in the matrix respectively. 0R,C10000 \le R,C \le 1000. Next RR lines with CC integer numbers follows. All the absolute values of the matrix are less than or equal to 10910^9.

Output

Print one integer number - the sum of the last diagonal.

Problem information

Author: Unknown

Generation: 2026-01-25T15:00:05.517Z

© Jutge.org, 2006–2026.
https://jutge.org