반응형
https://www.acmicpc.net/problem/10950
for i in range(int(input())):
x, y = map(int, input().split())
print(x+y)
반응형
'BOJ > Python' 카테고리의 다른 글
백준 10952번 A+B - 5 파이썬 (0) | 2021.08.18 |
---|---|
백준 10951번 A+B - 4 파이썬 (0) | 2021.08.17 |
백준 2558번 A+B - 2 파이썬 (0) | 2021.08.17 |
백준 11718번 그대로 출력하기 파이썬 (0) | 2021.08.17 |
파이썬 11721번 열개씩 끊어 출력하기 (0) | 2021.08.16 |