以下程序的输出结果( )。

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]);
出自:石家庄铁道大学面向对象程序设计