问题 填空题 下面程序的运行结果是 【10】 。 #define DOUBLE(x,y) x/y main() int x=4,y=2,t;t=DOUBLE(x+y,x-y);printf("%d",t); 答案 参考答案:B