알고리즘/백준

백준-1001번(A-B)python

nyeongha 2023. 11. 23. 17:40
a, b = map(int,input().split())
print(a-b)
저작자표시 비영리 변경금지 (새창열림)