i=1 for _ in map(int,input().split()): if _ != i:print(i);i+=1 i+=1