본문 바로가기
python-algorithm

[백준] 10953

by 무적김두칠 2021. 1. 13.

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

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

[백준] 11094  (0) 2021.01.13
[백준] 10987  (0) 2021.01.13
[백준] 10941  (0) 2021.01.13
[백준] 10940  (0) 2021.01.13
[백준] 10939  (0) 2021.01.12

댓글