Given an integer array nums and an integer k. You can remove exactly k elements from nums (you can remove duplicates as well). Return the maximum number of distinct elements that can remain in the ...