Skip to content
울브스
Menu
Menu
(백준) #1001: AB (Python) – 단계별 솔루션
2023년 03월 22일
by
issue
A,B = input().split() print(int(A)-int(B))