C语言 不知道错误在哪

2024-11-18 13:44:15
推荐回答(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