Search

50. 백준_Python [10757] 큰 수 A+B

A , B = map(int,input().split()) print(A + B)
Python
복사