반응형
https://www.acmicpc.net/problem/10951
# @Author YoungMinKim
# baekjoon
while True:
try:
a,b = map(int,input().split())
print(a+b)
except:
break
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 10773 (0) | 2020.09.05 |
---|---|
baekjoon - python - 10952 (0) | 2020.09.05 |
baekjoon - python - 10950 (0) | 2020.09.05 |
baekjoon - python - 10926 (0) | 2020.09.05 |
baekjoon - python - 10828 (0) | 2020.09.05 |
댓글