list1=list(map(int, input().split())) for i in range(1,11): if i not in list1: print(i)