N = int(input()) *A, = map(int, input().split()) sun = sum(A) for a in A: print(50 - (sun - a*N + 2*N - 1)//(2*N))