지나가던 개발자

[Python] 백준 10757번(큰 수 A+B) 문제 풀이 본문

PS/Python

[Python] 백준 10757번(큰 수 A+B) 문제 풀이

KwonYongHyeon 2022. 1. 17. 14:43

 

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


 마치 "파이썬 만세!" 라고 외치고 싶은 문제다.

Comments