알고리즘/백준
백준-1001번(A-B)python
nyeongha
2023. 11. 23. 17:40
a, b = map(int,input().split())
print(a-b)
a, b = map(int,input().split())
print(a-b)