以下程序运行后的输出结果是________。#define S(x) 4*x*x+1
main()
{ int i=6,j=8;
printf("%d\n", S(i+j));
}
(本题2.0分)
出自:河北建筑工程学院-电气工程及其自动化-计算机程序设计(专升本)