728x90
반응형
SMALL
n = int(input())
for i in range(n):
x,y = map(int,input().split())
print(x + y)
728x90
반응형
LIST
'백준문제 > 브론즈 5' 카테고리의 다른 글
백준)10817번 - python (0) | 2024.02.26 |
---|---|
백준) 8393번 - python (0) | 2024.02.25 |
백준) 6840번 - python (0) | 2024.02.23 |
백준) 5622번 - python (0) | 2024.02.22 |
백준) 5522번 - python (0) | 2024.02.21 |