有以下程序 main( ) {int i,t[][3]={9,8,7,6,5,4,3,2,1}; for(i=O;i<3;i++) printf(“%d”,t[2-i][i]); } 程序执行后的输出结果是()