单项选择题若有如下程序: sub(int x) int y=0; static int z=1; y+=x+2;z+=y+x; return(z); main() int t=1,n; for(n=0;n<3;n++)printf( %d, ,sub(t)); 则程序运行后的输出结果是 ( )