C语言 不知道错误在哪

2024年11月18日 13:44
有2个网友回答
网友(1):

d=max(a,b,d);改成d=max(a,b,c); 肯定是这里!

网友(2):

int max(int x,int y,int w);
int a,b,c,d;
d = 0;
初始化d