Determine the number of unique odd integers in a vector.
Examples:
Input x = [2 5 8 3 7 1]; Output y = 4;
Input x = [2 5 9]; Output y = 2;
The code check does not mandate that you find the number of *unique* odd integers, just the absolute number of odd integers. This is a source of confusion and inflated size!
Set the array elements whose value is 13 to 0
749 Solvers
MATCH THE STRINGS (2 CHAR) very easy
194 Solvers
209 Solvers
281 Solvers
200 Solvers