填空题
以下程序的输出结果是______。 #define sqr(x) x*x main() { int a=16,k=2,m=1; a/=sqr(k+m)/sqr(k+m);printf("%d/n",a); }
1、
【正确答案】
1、2
【答案解析】
提交答案
关闭