填空题

以下程序的运行结果是 【10】
#define MAL(a,b) (a>b a:b)+1
main()
int i=6,j=8;
printf("%d\n",MAL(i,j));

【参考答案】

I