문제/백준_파이썬

63. 10757 (큰 수 더하기)

sm_hope 2022. 5. 31. 11:30
A, B = map(int, input().split())

print(A+B)

Python은 큰 수도 표현 가능