N=input() for a in map(int,raw_input().split())[::-1]: if a==N:N-=1 print N