n=int(input())
m=list(map(int,input().split()))
a=int(input())
for i in m:
    if i!=a:
        print(i,end=" ")