You are given all numbers between $1,2,\ldots,n$ except one. Your task is to find the missing number.
The first input line contains an integer $n$ .
The second line contains $n-1$ numbers. Each number is distinct and between $1$ and $n$ (inclusive).
Print the missing number.