int ArrayMaxMin (int a[],int max,int min,int n);声明的时候min max是int类型,ArrayMaxMin(a,&p1,&p2,10);实参却是int *类型这两种类型当然不能隐式转换了