单项选择题

有以下程序
main()
iht m=3,n=r,x;
x=-m++;
X=x+8/++n;
printf("%d\n",x);
程序运行后的输出结果是

A.3
B.5
C.-1
D.-2