본문 바로가기
python-algorithm

[백준] 7891

by 무적김두칠 2021. 3. 19.

1
2
3
for i in range(int(input())):
    a,b=map(int,input().split())
    print(a+b)
cs
반응형

'python-algorithm' 카테고리의 다른 글

[백준] 10262  (0) 2021.03.19
[백준] 10214  (0) 2021.03.19
[백준] 7523  (0) 2021.03.19
[백준] 8558  (0) 2021.03.19
[백준] 5751  (0) 2021.03.19

댓글