下列程序的运行结果为________。 #include stdio.h #define MA(x) x*(x-1) void main() { int a=1,b=2; printf(%d,MA(1+a+b)); }

时间:2022-11-11 20:37:54

相似题目