Sobes.tech
Middle+

Există array-uri de numere sortate în ordine crescătoare: - suspecți - nevinovați Este necesar să excludem toți nevinovații din array-ul suspecților. Exemple: Input: suspects = [1, 2, 3, 4, 5], innocents = [2, 4] Output: [1, 3, 5] Input: suspects = [3, 80, 123, 421, 936], innocents = [80, 936] Output: [3, 123, 421]