백준 1000번 A+B 파이썬

2022.03.07 15:41

백준 1000번 A+B 파이썬 코드이다.

print(sum(map(int, input().split())))

A와 B를 input으로 받아서, 나눈 뒤, 합쳐서 출력했다.

백준 관련 글

더보기