有以下程序#define P 3Void F(int x){return(P*x*x);}Main(){printf("%d\n",F(3+5));}程序运行后的输出结果是______。
A.192
B.29
C.25
D.编译出错
正确答案是D