单项选择题
以下程序的输出结果是()。#include #define SQR(X) X*Xint main(){ int a,k=2,m=1; a=SQR(k+m)/SQR(k+m); printf("%d",a); return 0;}
A、1
B、9
C、7
D、8
点击查看答案
相关考题
