收起
没有定义max改int max(int a,int b){ int max = 0;//改动地方 if(a>b) { max = a; }else { max = b; }return max;}
报告相同问题?