t = int(input()) for i in range(t): n = int(input()) a = list(map(int,input().split())) print((a.count(0)+1)%(n+1))