L=intersect (union (A, B), C); R=union (intersect (A, C), intersect (B, C)); G=setdiff (L, R) *, the set difference is an empty set The function ismember ...
確定! 回上一頁