下面程序输出的是:
发布于 2022-03-03 16:35:23
下面程序输出的是:
#define f(x) x*x main (){ int a=5,b=2,c c=f(a)/f(b) printf("%d",c) }
登录后免费查看答案
关注者
0
被浏览
5