int f(int a,int b)
{ int c;
if (a>b) c=1;
else if(a==b) c=0;
else c=-1;
return c;
}
int f(int a,int b) 这个是脑袋
下面这个是身体
{ int c;
if (a>b) c=1;
else if(a==b) c=0;
else c=-1;
return c;
}
你无敌在中间插个分号 就是砍头的行为啊。
{ int c;
if (a>b) c=1;
else if(a==b) c=0;
else c=-1;
return c;
}
int f(int a,int b) 这个是脑袋
下面这个是身体
{ int c;
if (a>b) c=1;
else if(a==b) c=0;
else c=-1;
return c;
}
你无敌在中间插个分号 就是砍头的行为啊。
梅尚程荀
马谭杨奚