Search

8. 백준_Python [2558] A+B - 2

A = int(input()) B = int(input()) print(A+B)
Python
복사