下面程序的运行结果是:

#include
Int main( )
{ int x=6,y=8;
if( x++<6 )
cout<<++y< if( x>6 )
cout<< --y< else
cout<
A 8
B 9
C 7
D 编译不成功
(分值:1.00分)