- Time limit: 1.00 s
- Memory limit: 512 MB
Input
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).
Output
Print the missing number.
Constraints
- $2 \le n \le 2 \cdot 10^5$
Input:
5
2 3 1 5
Output:
4