728x90
https://www.acmicpc.net/problem/9085
T = int(input())
for _ in range(T):
n = int(input())
print(sum(list(map(int, input().split()))))
728x90
'CS > Algorithm' 카테고리의 다른 글
[Python : 2455] 지능형기차 (0) | 2022.02.08 |
---|---|
[Python : 2490] 윷놀이 (0) | 2022.02.08 |
[python : 2576] 홀수 (0) | 2022.02.08 |
[Python : 2475] 검증수 (0) | 2022.02.08 |
[Python : 2562] 최대값 (0) | 2022.02.08 |