for tc in range(1, 11):
dump_try = int(input())
boxes = list(map(int, input().split()))
while dump_try > 0 :
dump_try -= 1
boxes[boxes.index(max(boxes))] -= 1
boxes[boxes.index(min(boxes))] += 1
print(f'#{tc} {max(boxes)-min(boxes)}')
boxes
μμ κ°μ₯ ν° κ°μ κ°μ§λ λΆλΆμμ νλλ₯Ό λΉΌμ κ°μ₯ μμ κ°μ κ°μ§λ λΆλΆμ λνλ κ³Όμ μ νμλ§νΌ μ§νκ°λ‘κΈΈμ΄κ° μ νμ΄ μμ΄μ μκ° μ΄κ³Ό μ΄μκ° μμ΄ ν΄κ²°λ μ μμλ€!