哪里错了用c语言比交两个数的大小

img

max函数是空的啊
int max(int a,int b)
{
if(a<b)
{
a=a^b;
b=a^b;
a=a^b;
}
return a;
}