티스토리 뷰
📖 question
https://www.acmicpc.net/problem/9085
✍️ answer
t = int(input())
for i in range(t):
n = int(input())
a = map(int, input().split())
print(sum(a))
'Python > BAEKJOON' 카테고리의 다른 글
1924 2007년 (0) | 2022.07.06 |
---|---|
2581 소수 (0) | 2022.07.05 |
10872 팩토리얼 (0) | 2022.06.19 |
10871 X보다 작은 수 (0) | 2022.06.19 |
10991 별 찍기 - 16 (0) | 2022.06.17 |
댓글