单项选择题

有以下程序:
#defme P 3
void P(int x)return(p*x*x);
main()
pritnf("%d\n",F(3+5);
程序运行后的输出结果是( )。

A.192
B.29
C.25
D.编译出错