问题 填空题

以下程序运行后输出的结果是______。
#define S(x,y)4*x*x+y
main()
int i=6,j=8;
printf("%d\n",S(i,j));

答案

参考答案:152

选择题
选择题