CodePudding user response:
If x (I, j) not 0 or 1, the y (I, j) is equal to what?If x and y elements, the range is 0 or 1
I suppose it should be said
[I] [j]=0, y if x [I] [j]==0 else 1
CodePudding user response:
CodePudding user response:
If x (I, j) not 0 or 1, the y (I, j) is equal to what?
[I] [j]=0, y if x [I] [j]==0 else 1
CodePudding user response: