N=int(input()) p=list(map(int,input().split())) m=sum(p)/N for n in p: print(int((n-m)/2+50))