Given n distinct numbers from [0, n], return the one missing.
n
[0, n]
Example:
Input: nums = [3, 0, 1] Output: 2