Lost card
Very easy
Execution time limit is 2 seconds
Runtime memory usage limit is 128 megabytes
For the board game the deck of cards is used with numbers from to (positive integer does not exceed ). One card is lost. Find it.
Input
The first number is . Then goes numbers of left cards.
Output
Print the number of lost card.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 14K
Acceptance rate 41%