以下程序执行后输出结果是 ( ) int main() { int m=3,n=4,x; x=-m++;x=x+8/++n; printf(\%d\\n\,x); return 0; }

时间:2022-11-16 01:51:11

相似题目