Beakjoon&프로그래머스/파이썬
[백준/파이썬] 26545번 Mathematics
현장
2022. 12. 21. 21:24
-Code
print(sum([int(input()) for _ in range(int(input()))]))