بيان المشكلة
Given an array containing n-1 distinct numbers taken from the range 1 to n, find the missing number. Input the value of n (the range limit, making the array size n-1) and then the array elements.
Example
Input:
5 1 2 4 5
Output:
3