填空题

下列程序的运行结果是______。
#define POW(r)(r)*(r)
main()
int x=3,y=2,t;
t=POW(x+y);
printf("%d\n",t);

【参考答案】

Y