下列程序的输出是()
发布于 2022-03-03 17:33:46
下列程序的输出是()
#define add(a,b) a+b int main() { printf("%d\n",5*add(3,4)) return 0 }
登录后免费查看答案
关注者
0
被浏览
3