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