[Error] ld returned 1 exit status我是一个小白,刚学C语言,大佬救命哇,感谢!
max函数没有定义在int main()上面加上
int max(int a, int b) { return a > b ? a : b; }