반응형
SOLUTION
T = int(input())
for i in range(T):
A,B = map(int, input().split())
print(A+B)
'코딩테스트 대비 > BOJ' 카테고리의 다른 글
[Baekjoon/Python] 2562번: 최댓값 - 효과는 굉장했다! (0) | 2021.10.06 |
---|---|
[Baekjoon/Python] 10952번: A+B - 5 - 효과는 굉장했다! (0) | 2021.10.06 |
[Baekjoon/Python] 2884번: 알람 시계 - 효과는 굉장했다! (0) | 2021.10.06 |
[Baekjoon/Python] 2742번: 기찍 N - 효과는 굉장했다! (0) | 2021.10.06 |
[Baekjoon/Python] 2741번: N 찍기 (0) | 2021.10.06 |