voidmain(){inta,b,c;scanf("Pleaseentertwonumber%d,%d",&a,&b);c=max(a,b);printf("Themaxmain(){inta,b,c;scanf("Pleaseentertwonumber%d,%d",&a,&b);c=max(a,b);printf("Themaxnumberis%dn",c);}intmax(intx,inty){intz;if(x>y)z=x;e
voidmain(){inta,b,c;scanf("Pleaseentertwonumber%d,%d",&a,&b);c=max(a,b);printf("Themax
main()
{inta,b,c;
scanf("Pleaseentertwonumber%d,%d",&a,&b);
c=max(a,b);
printf("Themaxnumberis%dn",c);
}
intmax(intx,inty)
{intz;
if(x>y)z=x;
elsez=y;
return(z);
}
出错提示是这样的
undefinedsymbol'_main'inmoduleCOS
我只想有人给解释一下,我的错在哪了?如何修改呀?