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