Given a square matrix, calculate the absolute difference between the sums of its diagonals.For example, the square matrix arr is shown below: 给定一个方阵,计算其对角线之和之间的绝对差。 例如方阵arr如下图所示: 1 2 3 4 5 6 9 8 9 The