반응형
https://www.acmicpc.net/problem/10950
# @Author YoungMinKim
# baekjoon
T= int(input())
for i in range(T):
a,b = map(int,input().split())
print(a+b)
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 10952 (0) | 2020.09.05 |
---|---|
baekjoon - python - 10951 (0) | 2020.09.05 |
baekjoon - python - 10926 (0) | 2020.09.05 |
baekjoon - python - 10828 (0) | 2020.09.05 |
baekjoon - python - 1427 (0) | 2020.09.04 |
댓글