n = int(input()) x = list(map(int,input().split())) for i in x: print(50-sum(x,-i*n)//(2*n))