填空题

下列程序输出的结果是______。
int m=17;
int fun(int x,int y)
int m=3;
return(X*y-m);
main()
int a=5,b=7;
printf("%d\n",fun(a,B) /m);

【参考答案】

A