array[i]!=x && i<N
填空如下:7: //注意 && 两侧的顺序不能互换,不能互换i<N && array[i]!=x8:array[j] = array[j+1]9:array[j+1] = array[j]10:n=N+1