hand = list(map(int,input().split())) handset = set(hand) count = [] for i in range(len(handset)): count.append(i) print(count)