Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
問題を解決する方法を教えてください。
シーケンス(numbersAおよびnumbersB)が必要です。出力では、2 番目のシーケンス (numbersB) で使用できる要素のみが必要です。
int[] 数値 = { 0, 2, 4, 4, 6, 8, 9 }; int[] 数値 B = { 2, 4 };
数字A - 数字B = 2、4、4
Except() または Intersect() は機能しません。