t = int(input()) for _ in range(t): n = int(input()) f = list(map(int, input().split())) print(sum(f))