你的问题在于函数int combine(int a[],int n)int combine(int a[],int n){ int b=0; for(int i=0,j=n-1;i { b+=a[i]*pow(10,j); } return b;}