填空题

以下程序运行后的输出结果是______。
#define Power2(x) x*x
main()
int i=6,j=8;
printf("%d\n",Power2(i+j));

【参考答案】

62