填空题

有以下程序:
main()
inf a[3][3],*p,i;
P=&a[0][0];
for(i=0;i<9;i++)p[i]=i;
for(i=0;i<3;i++)printf("%d¨,a[1][i]);
程序运行后的输出结果是______。

【参考答案】

3 4 5