单选题 以下程序运行后,输出结果是______。
#define PT 5.5
#define s(x)PT*x*x
main()
{int a=1,b=2;printf("%4.1 f/n",S(a+b));}
【正确答案】 B
【答案解析】