Search

4. 백준_Python [1001] A - B

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