注意:此页面搜索的是所有试题
以下程序的输出结果( )。

int i,x[][]={{1,2,3},{4,5,6},{7,8,9}} ;

for ( i = 0; i<3;i + + )

System.out.println(x[i][2-i]);

参考答案