单项选择题

下列程序的输出结果是( )。 main {int x=8,y=8; printf("%do%od\n",x--,--y); }

A.88
B.77
C.78
D.87