有以下程序段int m=3, n=4, x;x=-m++;x=x+8/++n;printf("x=%d\n",x); A、x=3; B、x=5; C、x=-1; D、x=-2 发布时间:2025-08-09 15:47:17