单选题
有以下程序 #include #define S(x)4*(x)*x+1 main() { intk=5,j=2; printf("%d/n",S(k+j)); } 程序运行后的输出结果是
A、
197
B、
143
C、
33
D、
28
【正确答案】
B
【答案解析】
提交答案
关闭