input()
l = list(sorted(set(map(int, input().split()))))
print(l[int(input()) - 1])