单项选择题

执行下面程序段后,z值为( )。 intx=1,y=2,z=3; z=z/(float)(x/y);

A.编译无法通过
B.6
C.3
D.2