小弟还是菜鸟帮帮啊不知道错误出在什么地方啊
#include <stdil.h>void main()
{
int a,b,c;
scanf("%d,%d",&a,&,b)
c=max(a,b)
printf("max=%d",c);
}
int max(intx,inty)
{
intz
if(x>y)z=x;
else z=y;
return(z);
}
2004-11-26 14:51
2004-11-28 13:41

2004-11-28 18:15