N=int(input()) x=[int(x) for x in input().split()] A=sum(x)/N for v in x: print(int(50-(A-v)/2))