Missing Number

아직 제출이 없습니다시간 제한1초메모리 제한512 MB

문제

You are teaching kindergarten! You wrote down the numbers from 11 to nn, in order, on a whiteboard. When you weren’t paying attention, one of your students erased one of the numbers.

Can you tell which number your mischievous student erased?

입력

The first line of input contains a single integer nn (2n1002 \le n \le 100), which is the number of numbers that you wrote down.

The second line of input contains a string of digits, which represents the numbers you wrote down (minus the one that has been erased). There are no spaces in this string. It is guaranteed to contain all of the numbers from 11 to nn, in order, except for the single number that the student erased.

출력

Output a single integer, which is the number that the tricky student erased.