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