import statistics input() a = list(map(int, input().split())) print(statistics.median(a))