#P1071. C二级辅导-对角线和

C二级辅导-对角线和

<style type="text/css">p { margin-bottom: 0.21cm; }</style>

求一个3×3矩阵对角线元素之和。

Input

Output

Sample Input

1 2 3
4 5 6
7 8 9

Sample Output

15

HINT

Source