Question

Write a function that finds the missing number from the given list of numbers?

Login to Submit

Examples

Input: [1, 2, 3, 4, 6]
Output: 5

Input: [5, 6, 7, 8, 10]
Output: 9

Input: [20, 22, 23, 24]
Output: 21