Run ID:114855

提交时间:2025-03-23 19:34:22

N = int(input()) for i in range(N): M = list(map(int,input().split(' '))) del M[0] print(sum(M))