单项选择题

有以下程序,程序运行后的输出结果是 #define PT 3.5; #define S(x)PT*x*x; main(){int a=1,b=2; printf("%4.1 f\n",S(a+b));}

A.31.5
B.7.5
C.程序有错无输出结果
D.14.0