n = int(input()) l = list(map(int, input().split())) for x in l: print(int((100-sum(l)/n+x)//2))