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