下面程序段的输出结果是____。int a=9,b=2;float x=6.6,y=1.1,z;z=a/2+b*x/y-1/2;printf("%5.2f",z);