只能说楼上牛逼

n=int(input()) #5
n1=list(map(int,input().split()))
n2=list(set(n1))
n2.sort(key=n1.index)
print(*n2)