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