n=int(input()) a=[int(x) for x in input().split()] sc=sum(a)/n for i in a: print(int(50-(sc-i)/2))