有以下程序#include#define SUB(a) (a)-(a)main(){ int a=2,b=3,c=5,d;d=SUB(a+b)*c;printf(%d ,d);}程序运行后的输出结果是

时间:2022-11-11 20:38:20

相似题目

推荐题目