N = int(input()) x = list(map(int, input().split())) A = sum(x) / N for ix in x: print(int(50 - (A - ix) / 2))