单项选择题
已知有二维数组A[0..n-1][0..n-1],其中当i+j=n时,A[i][j]≠0,现在要将A数组压缩存储到一维数组T[0..m],其中m>n。数组T的第一个元素T[0]=A[1][n-1]T[1]=A[2][n-2],……,依次类推,那么放入A[i][j](i+j=n)的元素是()。
A.T[i+j] B.T[i*n+j] C.T[i] D.T[i-1]
单项选择题 ()functions with two layers of protocols.It can connect networks of different speeds and can be adapted to an environment as it expands.