N=int(input()) X=list(map(int,input().split())) A=sum(X)/N print("\n".join(map(lambda x:str(int(50-(A-x)/2)),X)))